| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.lx.api | |
| eu.clarin.weblicht.wlfxb.lx.xb |
Provides classes for manipulating Lexicon annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
EntriesLayer.addEntry(String entryString) |
Entry[] |
CooccurrencesLayer.getEntries(Cooccurrence cooccurrence) |
Entry[] |
SynonymsLayer.getEntries(Synonym synonym) |
Entry |
FrequenciesLayer.getEntry(Frequency frequency) |
Entry |
EntriesLayer.getEntry(int index) |
Entry |
PosTagsLayer.getEntry(PosTag tag) |
Entry |
EntriesLayer.getEntry(String entryId) |
Entry |
SyllabificationsLayer.getEntry(Syllabification syllabification) |
| Modifier and Type | Method and Description |
|---|---|
Frequency |
FrequenciesLayer.addFrequency(Entry entry,
double frequency) |
Syllabification |
SyllabificationsLayer.addSyllabification(String syllabificationString,
Entry entry) |
PosTag |
PosTagsLayer.addTag(String tagString,
Entry tagEntry) |
Term |
TermsContainer.createTerm(Entry entry) |
Cooccurrence[] |
CooccurrencesLayer.getCooccurrences(Entry entry) |
Frequency |
FrequenciesLayer.getFrequency(Entry entry) |
Syllabification |
SyllabificationsLayer.getSyllabification(Entry entry) |
Synonym[] |
SynonymsLayer.getSynonyms(Entry entry) |
PosTag[] |
PosTagsLayer.getTags(Entry entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryStored |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Entry,List<Cooccurrence>> |
LexiconLayersConnector.entry2ItsCoocs |
protected Map<Entry,Frequency> |
LexiconLayersConnector.entry2ItsFreq |
protected Map<Entry,Syllabification> |
LexiconLayersConnector.entry2ItsSyllab |
protected Map<Entry,List<Synonym>> |
LexiconLayersConnector.entry2ItsSyns |
protected Map<Entry,List<PosTag>> |
LexiconLayersConnector.entry2ItsTags |
protected Map<String,Entry> |
LexiconLayersConnector.entryId2ItsEntry |
| Modifier and Type | Method and Description |
|---|---|
Entry |
EntriesLayerStored.addEntry(String entryString) |
Entry[] |
CooccurrencesLayerStored.getEntries(Cooccurrence cooccurrence) |
Entry[] |
SynonymsLayerStored.getEntries(Synonym synonym) |
Entry |
FrequenciesLayerStored.getEntry(Frequency freq) |
Entry |
EntriesLayerStored.getEntry(int index) |
Entry |
PosTagsLayerStored.getEntry(PosTag tag) |
Entry |
EntriesLayerStored.getEntry(String entryId) |
Entry |
SyllabificationsLayerStored.getEntry(Syllabification syllabification) |
| Modifier and Type | Method and Description |
|---|---|
Frequency |
FrequenciesLayerStored.addFrequency(Entry entry,
double frequency) |
Syllabification |
SyllabificationsLayerStored.addSyllabification(String syllabificationString,
Entry entry) |
PosTag |
PosTagsLayerStored.addTag(String tagString,
Entry tagEntry) |
Term |
TermsContainerStored.createTerm(Entry entry) |
Cooccurrence[] |
CooccurrencesLayerStored.getCooccurrences(Entry entry) |
Frequency |
FrequenciesLayerStored.getFrequency(Entry entry) |
Syllabification |
SyllabificationsLayerStored.getSyllabification(Entry entry) |
Synonym[] |
SynonymsLayerStored.getSynonyms(Entry entry) |
PosTag[] |
PosTagsLayerStored.getTags(Entry entry) |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.