8000 GitHub - evaldasgr/kanjimi: Japanese dictionary app that finds the meanings of all kanji in a word or sentence.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

evaldasgr/kanjimi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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
0