public interface CooccurrencesLayer extends LexiconLayer, TermsContainer
| Modifier and Type | Method and Description |
|---|---|
Cooccurrence |
addCooccurrence(CooccurrenceFunction function,
List<Term> terms) |
Cooccurrence |
addCooccurrence(CooccurrenceFunction function,
Sig sig,
List<Term> terms) |
Cooccurrence |
getCooccurrence(int index) |
Cooccurrence[] |
getCooccurrences(Entry entry) |
Entry[] |
getEntries(Cooccurrence cooccurrence) |
String[] |
getTermsAsStrings(Cooccurrence cooccurrence,
boolean includeAnnotatedTerm) |
isEmpty, sizecreateSig, createTerm, createTerm, getTermsAsStringsCooccurrence getCooccurrence(int index)
Cooccurrence[] getCooccurrences(Entry entry)
Entry[] getEntries(Cooccurrence cooccurrence)
String[] getTermsAsStrings(Cooccurrence cooccurrence, boolean includeAnnotatedTerm)
Cooccurrence addCooccurrence(CooccurrenceFunction function, List<Term> terms)
Cooccurrence addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.