Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.Sig
-
Packages that use Sig Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of Sig in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return Sig Modifier and Type Method Description SigTermsContainer. createSig(String measure, float value)SigCooccurrence. getSig()SigSynonym. getSig()Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type Sig Modifier and Type Method Description CooccurrenceCooccurrencesLayer. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)SynonymSynonymsLayer. addSynonym(Sig sig, List<Term> terms) -
Uses of Sig in eu.clarin.weblicht.wlfxb.lx.xb
Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement Sig Modifier and Type Class Description classSigStoredMethods in eu.clarin.weblicht.wlfxb.lx.xb that return Sig Modifier and Type Method Description SigTermsContainerStored. createSig(String measure, float value)SigCooccurrenceStored. getSig()SigSynonymStored. getSig()Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type Sig Modifier and Type Method Description CooccurrenceCooccurrencesLayerStored. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)SynonymSynonymsLayerStored. addSynonym(Sig sig, List<Term> terms)
-