Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.Synonym
-
Packages that use Synonym Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of Synonym in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return Synonym Modifier and Type Method Description SynonymSynonymsLayer. addSynonym(Sig sig, List<Term> terms)SynonymSynonymsLayer. addSynonym(List<Term> terms)SynonymSynonymsLayer. getSynonym(int index)Synonym[]SynonymsLayer. getSynonyms(Entry entry)Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type Synonym Modifier and Type Method Description Entry[]SynonymsLayer. getEntries(Synonym synonym)String[]SynonymsLayer. getTermsAsStrings(Synonym synonym, boolean includeAnnotatedTerm) -
Uses of Synonym in eu.clarin.weblicht.wlfxb.lx.xb
Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement Synonym Modifier and Type Class Description classSynonymStoredFields in eu.clarin.weblicht.wlfxb.lx.xb with type parameters of type Synonym Modifier and Type Field Description protected Map<Entry,List<Synonym>>LexiconLayersConnector. entry2ItsSynsMethods in eu.clarin.weblicht.wlfxb.lx.xb that return Synonym Modifier and Type Method Description SynonymSynonymsLayerStored. addSynonym(Sig sig, List<Term> terms)SynonymSynonymsLayerStored. addSynonym(List<Term> terms)SynonymSynonymsLayerStored. getSynonym(int index)Synonym[]SynonymsLayerStored. getSynonyms(Entry entry)Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type Synonym Modifier and Type Method Description Entry[]SynonymsLayerStored. getEntries(Synonym synonym)String[]SynonymsLayerStored. getTermsAsStrings(Synonym synonym, boolean includeAnnotatedTerm)
-