Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Lookup japanese words by radical patterns

License

NotificationsYou must be signed in to change notification settings

itayperl/kantan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

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.

backend/

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/[]顔

ui/

The UI is a simple angular app that queries the backend. To use it, runmaketo 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp