Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/z0y
零時字引-部件筆劃查字
https://github.com/g0v/z0y
Last synced: 9 days ago
JSON representation
零時字引-部件筆劃查字
- Host: GitHub
- URL: https://github.com/g0v/z0y
- Owner: g0v
- License: isc
- Created: 2015-06-13T03:50:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T02:52:59.000Z (over 8 years ago)
- Last Synced: 2024-07-31T22:38:08.061Z (3 months ago)
- Language: JavaScript
- Homepage: http://cdn.rawgit.com/g0v/z0y/v3/
- Size: 4.4 MB
- Stars: 24
- Watchers: 146
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-g0v - z0y - 零時字引 (Open Data Open Gov / 開放資料、開放政府 / 公營服務(基礎建設、健康與醫療、教育與研究、服務要求與陳情))
README
# 零時字引-部件筆劃查字
線上使用 ONLINE DEMO
Use glypheme to search CJK, including Extension A,B,C,D,E, dynamically generated font is served by [CHIKAGE](https://github.com/g0v/chikage)
輸入:「木2」 ,找到所有含有「木」的字,並且剩餘筆劃為 2
深拆:「日月」,只會找到「明」,深拆才會找到「盟」「萌」。
[Slide in 萌典松 2015/7/18](https://docs.google.com/presentation/d/16MzEnhGiWYH2e5WMudW6Sc49BTWDf1_aicbFMU9nSrU/edit?usp=sharing)
create node_modules/idsdata/decompose.js
cd node_modules/idsdata
node genrebuild external data-bundle.js whenever node_modules/idsdata is changed.
build-data
rebuild external react-bundle.js whenever react.js is changed.
build-react
rebuild bundle.js if any other js is changed.
build
to develop
npm i
watchify --bare -u react -u react/addons -u idsdata -o bundle.js index.jsServe index.html with webserver, node-webkit , or open directly with browser (file://)