Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 721 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 721 Bytes

star-dict-parser

This is a Java library project for parsing StarDict dictionary files, refer https://code.google.com/p/babiloo/wiki/StarDict_format for more information about the StarDict file format.

Although the StarDict format is rather solid and concise, utilizing it in your own applications might not be a trivial task. Star-dict-parser can relieve you from some programming and debugging burden.

It is expected to run smoothly on Java platforms, including Java SE, Android, etc.

It has already powered the project https://github.com/wyage/avedict.

Wishing it be useful to you!