OmegaTに、StarDict形式の辞書がおけると聞いて、おいてみたくなったのですが、StarDictの公式ページが、.....え...と、どうなってるのでしょうか?
あきらめの悪いfu7mu4は、「今日だけだよね、」とつぶやいては、思い出したようにStarDictの辞書をさがしていたのですが、なんか、もういいかなって。
ええ、こうしましょう。
mac portでそれっぽいのを探す
sudo port install dictconv
なにがはいったのかなぁ。
sudo port contents dictconv
Port dictconv contains:
/opt/local/bin/dictconv
/opt/local/share/doc/dictconv/AUTHORS
/opt/local/share/doc/dictconv/ChangeLog
/opt/local/share/doc/dictconv/COPYING
/opt/local/share/doc/dictconv/NEWS
/opt/local/share/doc/dictconv/README
/opt/local/share/doc/dictconv/TODO
えっとmanual は、えーっとこれでいいのかなぁ。
dictconv --help
Usage: dictconv [-hv] -o OUTPUT_FILE INPUT_FILE
Convert INPUT_FILE dictionary to OUTPUT_FILE dictionary.
The extension of file determines the dictionary type.-o OUTPUT_FILE path to target dictionary
INPUT_FILE path to source dictionary
-h print help message and exit
-? print help message and exit
-v shows the version information and exitINPUT_FILE can be:
Babylon Glossary (.bgl)
Freedict dictionary (.tei)
Sdictionary dictionary (.dct)
StarDict dictionary (.ifo)OUTPUT_FILE can be:
DICT dictionary (.index)
PlainText dictionary (.dic)
StarDict dictionary (.ifo)