Skip to content

IDSと画数で漢字を検索するモジュール

License

Notifications You must be signed in to change notification settings

toyjack/idsfind

Repository files navigation

IDSFIND

IDSと画数で漢字を検索するモジュール

Searching Chinese characters by their components and remaining stroke count

npm version

Changelog

2.4.0

  • Add Ext.H support
  • Change to search always deeply
  • Since the json file for GlyphWiki IDS is so big, move and create another module

Those who want to search characters in GlyphWiki by IDS, please use gwsearch

Install

npm install idsfind

Use

nodejs

const idsfind = require('idsfind')
console.log(idsfind.idsfind('口12'))

typescript

import {idsfind} from 'idsfind'
console.log(idsfind('口12'))

Build

npm run build

Update data

Download data from Unihan, CHISE, CJKVI-IDS and generate new JSON files.

npm run update

References

文字情報サービス環境CHISE

零時字引z0y

HDIC Viewer

About

IDSと画数で漢字を検索するモジュール

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published