Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.Lexicon
-
Packages that use Lexicon Package Description eu.clarin.weblicht.wlfxb.api Provides interface to be implemented by NLP tools that process TCF.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.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of Lexicon in eu.clarin.weblicht.wlfxb.api
Methods in eu.clarin.weblicht.wlfxb.api with parameters of type Lexicon Modifier and Type Method Description voidLexiconProcessor. process(Lexicon textCorpus) -
Uses of Lexicon in eu.clarin.weblicht.wlfxb.io
Classes in eu.clarin.weblicht.wlfxb.io that implement Lexicon Modifier and Type Class Description classLexiconStreamedClass LexiconStreamed represents TCF Lexicon annotations.Methods in eu.clarin.weblicht.wlfxb.io with parameters of type Lexicon Modifier and Type Method Description static voidWLDObjector. write(MetaData md, Lexicon lex, File file, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, Lexicon lex, OutputStream outputStream, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, TextCorpus tc, Lexicon lex, File file, boolean outputAsXmlFragment, String version)static voidWLDObjector. write(MetaData md, TextCorpus tc, Lexicon lex, OutputStream outputStream, boolean outputAsXmlFragment, String version) -
Uses of Lexicon in eu.clarin.weblicht.wlfxb.lx.xb
Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement Lexicon Modifier and Type Class Description classLexiconStored
-