- Notifications
You must be signed in to change notification settings - Fork1
Lookup japanese words by radical patterns
License
itayperl/kantan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
KanTan is a tool designed to make kanji lookup easier by combining kanji lookup and word lookup into one. KanTan allows you tospecify a pattern for a word using the radicals that you recognize, and find all the words that match that pattern.
A live version can be foundhere.
The backend is a JSON webservice that accepts a search term (i.e. a radicalpattern) and returns a list of matching words. The backend is written in Python 2.
To install all dependencies, run
pip install -r requirements.txt
Then, to run the webservice:
python main.py
Example query:http://localhost:4000/[]顔
The UI is a simple angular app that queries the backend. To use it, runmake
to compile the CoffeeScript into JS, and just serve the files from the directory.
You may want to edit the location of the backend server inquery_service.coffee
About
Lookup japanese words by radical patterns
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.