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.
How to use:
-
Click [jmdict_qry.cmd] to run the application.
-
then type in the japanese word, such as:プロジェクト
-
will output: ぷろじぇくと | purojiekuto
null | ぷろじぇくと | purojiekuto | プロジェクト /(n) project/(P)/ -
then type in the japanese word, such as:発表
-
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)