Uses of Class
eu.clarin.weblicht.wlfxb.lx.xb.LexiconStored
-
Packages that use LexiconStored Package Description eu.clarin.weblicht.wlfxb.io Provides classes to input/process/output TCF streams with only specified annotations being loaded into the memory.eu.clarin.weblicht.wlfxb.xb Provides classes for manipulating TCF. -
-
Uses of LexiconStored in eu.clarin.weblicht.wlfxb.io
Subclasses of LexiconStored in eu.clarin.weblicht.wlfxb.io Modifier and Type Class Description classLexiconStreamedClass LexiconStreamed represents TCF Lexicon annotations. -
Uses of LexiconStored in eu.clarin.weblicht.wlfxb.xb
Methods in eu.clarin.weblicht.wlfxb.xb that return LexiconStored Modifier and Type Method Description LexiconStoredWLData. getLexicon()Gets lexicon annotations of the WLData.Constructors in eu.clarin.weblicht.wlfxb.xb with parameters of type LexiconStored Constructor Description WLData(LexiconStored lexicon)Creates WLData with the given lexicon annotations.WLData(MetaData metaData, LexiconStored lexicon)Creates WLData with the given meta data and lexicon annotations.
-