KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
idsfind
★ 8
Open GitHub ↗
IDSと画数で漢字を検索するモジュール
Download README (.md)
Explore Similar Repositories
gh-serve-ionic
:
Front end badness for Grasshopper in the cloud
cross-domain-worker-url
:
No description available.
Learning-to-Build-Apps-Using-Watson-AI
:
Code repository for Learning to Build Apps Using Watson AI, published by Packt
votd-widget
:
Verse of the Day (VOTD) Web Widget
escpos-image-processor
:
Image processing for escpos-compatable printers
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
idsfind
?
Download (.md)
# IDSFIND IDSと画数で漢字を検索するモジュール Searching Chinese characters by their components and remaining stroke count [](https://badge.fury.io/js/idsfind) ## Changelog ### 3.1.0 - Add Ext.I, Ext.J support ### 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](https://github.com/kurgm/gwsearch) ## Install ```bash npm install idsfind ``` ## Use nodejs ```js const idsfind = require('idsfind') console.log(idsfind.idsfind('口12')) ``` typescript ```js import {idsfind} from 'idsfind' console.log(idsfind('口12')) ``` ## Build ```bash npm run build ``` ## Update data Download data from Unihan, CHISE, CJKVI-IDS and generate new JSON files. ```bash npm run update ``` ## References [文字情報サービス環境CHISE](https://www.chise.org/index.ja.html) [零時字引z0y](https://github.com/g0v/z0y) [HDIC Viewer](https://hdic2.let.hokudai.ac.jp)