Class StarDict

java.lang.Object
org.omegat.core.dictionaries.StarDict
All Implemented Interfaces:
IDictionaryFactory

public class StarDict extends Object implements IDictionaryFactory
StarDict Dictionary support.

StarDict format described on https://github.com/huzheng001/stardict-3/blob/master/dict/doc/StarDictFileFormat

A StarDict dictionary plugin uses stardict4j access library. Every dictionary consists of these files:

  1. somedict.ifo
  2. somedict.idx or somedict.idx.gz
  3. somedict.dict or somedict.dict.dz
  4. somedict.syn (optional)
This driver handle entry types 'm': mean, 'h': html and 't': phonetics. Other entries such as MediaWiki markup are not shown.