Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.Term
-
Packages that use Term Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of Term in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return Term Modifier and Type Method Description TermTermsContainer. createTerm(Entry entry)TermTermsContainer. createTerm(String word)Method parameters in eu.clarin.weblicht.wlfxb.lx.api with type arguments of type Term Modifier and Type Method Description CooccurrenceCooccurrencesLayer. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)CooccurrenceCooccurrencesLayer. addCooccurrence(CooccurrenceFunction function, List<Term> terms)SynonymSynonymsLayer. addSynonym(Sig sig, List<Term> terms)SynonymSynonymsLayer. addSynonym(List<Term> terms)String[]TermsContainer. getTermsAsStrings(List<? extends Term> terms, boolean includeAnnotatedTerm) -
Uses of Term in eu.clarin.weblicht.wlfxb.lx.xb
Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement Term Modifier and Type Class Description classTermStoredMethods in eu.clarin.weblicht.wlfxb.lx.xb that return Term Modifier and Type Method Description TermTermsContainerStored. createTerm(Entry entry)TermTermsContainerStored. createTerm(String word)Method parameters in eu.clarin.weblicht.wlfxb.lx.xb with type arguments of type Term Modifier and Type Method Description CooccurrenceCooccurrencesLayerStored. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)CooccurrenceCooccurrencesLayerStored. addCooccurrence(CooccurrenceFunction function, List<Term> terms)SynonymSynonymsLayerStored. addSynonym(Sig sig, List<Term> terms)SynonymSynonymsLayerStored. addSynonym(List<Term> terms)String[]TermsContainerStored. getTermsAsStrings(List<? extends Term> terms, boolean includeAnnotatedTerm)
-