Skip to content

Japanese dictionary app that finds the meanings of all kanji in a word or sentence.

License

Notifications You must be signed in to change notification settings

evaldasgr/kanjimi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kanjimi

kanjimi is a dictionary web app where the user can input a Japanese word or sentence and find all the kanji contained in the query and their meanings. This can be useful for better understanding the meaning of a Japanese word, or it's composition. The app can be used on its own, or embedded into Anki cards.

Dependencies

Usage

The app can be launched from the command-line with the KANJIDIC file provided as an argument:

$ kanjimi.py -k kanjidic

Embedding into Anki

The app can be embedded into an Anki card template by using an <iframe> tag and inserting the desired field into the URL:

<iframe src="http://127.0.0.1:9019/search?q={{Expression}}" width="750" height="250" frameBorder="0"></iframe>

About

Japanese dictionary app that finds the meanings of all kanji in a word or sentence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published