Skip to content

Query japanese , the dictionary is by jmdict, can convert katakana to hiragana, the out put include romaji. Database is jmdict sqlite, jdbc is sqlite-jdbc-3.8.11.2.jar .

Notifications You must be signed in to change notification settings

wqssyq/jmdict_query

Repository files navigation

jmdict_query

Query japanese , The dictionary is by jmdict.

  1. Can convert katakana to hiragana

  2. The out put include romaji.

  3. Database is jmdict sqlite, jdbc is sqlite-jdbc-3.8.11.2.jar.

How to use:

  1. Click [jmdict_qry.cmd] to run the application.

  2. then type in the japanese word, such as:プロジェクト

  3. will output: ぷろじぇくと | purojiekuto
    null | ぷろじぇくと | purojiekuto | プロジェクト /(n) project/(P)/

  4. then type in the japanese word, such as:発表

  5. will output: 発表 | 発表
    発表 | はっぴょう | hatsupiou | (n,vs) announcement/publication/presenting/statement/communique/making known/breaking (news story)/expressing (one's opinion)/releasing/unveiling/(P)

There is the run message :
java -cp "bin;lib\sqlite-jdbc-3.8.11.2.jar" ReadLine
按Q/q键退出!
プロジェクト
ぷろじぇくと | purojiekuto
null | ぷろじぇくと | purojiekuto | プロジェクト /(n) project/(P)/
発表
発表 | 発表
発表 | はっぴょう | hatsupiou | (n,vs) announcement/publication/presenting/statement/communique/making known/breaking (news story)/expressing (one's opinion)/releasing/unveiling/(P)

About

Query japanese , the dictionary is by jmdict, can convert katakana to hiragana, the out put include romaji. Database is jmdict sqlite, jdbc is sqlite-jdbc-3.8.11.2.jar .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published