Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.Cooccurrence
-
Packages that use Cooccurrence Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of Cooccurrence in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return Cooccurrence Modifier and Type Method Description CooccurrenceCooccurrencesLayer. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)CooccurrenceCooccurrencesLayer. addCooccurrence(CooccurrenceFunction function, List<Term> terms)CooccurrenceCooccurrencesLayer. getCooccurrence(int index)Cooccurrence[]CooccurrencesLayer. getCooccurrences(Entry entry)Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type Cooccurrence Modifier and Type Method Description Entry[]CooccurrencesLayer. getEntries(Cooccurrence cooccurrence)String[]CooccurrencesLayer. getTermsAsStrings(Cooccurrence cooccurrence, boolean includeAnnotatedTerm) -
Uses of Cooccurrence in eu.clarin.weblicht.wlfxb.lx.xb
Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement Cooccurrence Modifier and Type Class Description classCooccurrenceStoredFields in eu.clarin.weblicht.wlfxb.lx.xb with type parameters of type Cooccurrence Modifier and Type Field Description protected Map<Entry,List<Cooccurrence>>LexiconLayersConnector. entry2ItsCoocsMethods in eu.clarin.weblicht.wlfxb.lx.xb that return Cooccurrence Modifier and Type Method Description CooccurrenceCooccurrencesLayerStored. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)CooccurrenceCooccurrencesLayerStored. addCooccurrence(CooccurrenceFunction function, List<Term> terms)CooccurrenceCooccurrencesLayerStored. getCooccurrence(int index)Cooccurrence[]CooccurrencesLayerStored. getCooccurrences(Entry entry)Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type Cooccurrence Modifier and Type Method Description Entry[]CooccurrencesLayerStored. getEntries(Cooccurrence cooccurrence)String[]CooccurrencesLayerStored. getTermsAsStrings(Cooccurrence cooccurrence, boolean includeAnnotatedTerm)
-