Uses of Interface
eu.clarin.weblicht.wlfxb.lx.api.Entry
-
Packages that use Entry Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of Entry in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return Entry Modifier and Type Method Description EntryEntriesLayer. addEntry(String entryString)Entry[]CooccurrencesLayer. getEntries(Cooccurrence cooccurrence)Entry[]SynonymsLayer. getEntries(Synonym synonym)EntryEntriesLayer. getEntry(int index)EntryEntriesLayer. getEntry(String entryId)EntryFrequenciesLayer. getEntry(Frequency frequency)EntryPosTagsLayer. getEntry(PosTag tag)EntrySyllabificationsLayer. getEntry(Syllabification syllabification)Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type Entry Modifier and Type Method Description FrequencyFrequenciesLayer. addFrequency(Entry entry, double frequency)SyllabificationSyllabificationsLayer. addSyllabification(String syllabificationString, Entry entry)PosTagPosTagsLayer. addTag(String tagString, Entry tagEntry)TermTermsContainer. createTerm(Entry entry)Cooccurrence[]CooccurrencesLayer. getCooccurrences(Entry entry)FrequencyFrequenciesLayer. getFrequency(Entry entry)SyllabificationSyllabificationsLayer. getSyllabification(Entry entry)Synonym[]SynonymsLayer. getSynonyms(Entry entry)PosTag[]PosTagsLayer. getTags(Entry entry) -
Uses of Entry in eu.clarin.weblicht.wlfxb.lx.xb
Classes in eu.clarin.weblicht.wlfxb.lx.xb that implement Entry Modifier and Type Class Description classEntryStoredFields in eu.clarin.weblicht.wlfxb.lx.xb with type parameters of type Entry Modifier and Type Field Description protected Map<Entry,List<Cooccurrence>>LexiconLayersConnector. entry2ItsCoocsprotected Map<Entry,Frequency>LexiconLayersConnector. entry2ItsFreqprotected Map<Entry,Syllabification>LexiconLayersConnector. entry2ItsSyllabprotected Map<Entry,List<Synonym>>LexiconLayersConnector. entry2ItsSynsprotected Map<Entry,List<PosTag>>LexiconLayersConnector. entry2ItsTagsprotected Map<String,Entry>LexiconLayersConnector. entryId2ItsEntryMethods in eu.clarin.weblicht.wlfxb.lx.xb that return Entry Modifier and Type Method Description EntryEntriesLayerStored. addEntry(String entryString)Entry[]CooccurrencesLayerStored. getEntries(Cooccurrence cooccurrence)Entry[]SynonymsLayerStored. getEntries(Synonym synonym)EntryEntriesLayerStored. getEntry(int index)EntryEntriesLayerStored. getEntry(String entryId)EntryFrequenciesLayerStored. getEntry(Frequency freq)EntryPosTagsLayerStored. getEntry(PosTag tag)EntrySyllabificationsLayerStored. getEntry(Syllabification syllabification)Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type Entry Modifier and Type Method Description FrequencyFrequenciesLayerStored. addFrequency(Entry entry, double frequency)SyllabificationSyllabificationsLayerStored. addSyllabification(String syllabificationString, Entry entry)PosTagPosTagsLayerStored. addTag(String tagString, Entry tagEntry)TermTermsContainerStored. createTerm(Entry entry)Cooccurrence[]CooccurrencesLayerStored. getCooccurrences(Entry entry)FrequencyFrequenciesLayerStored. getFrequency(Entry entry)SyllabificationSyllabificationsLayerStored. getSyllabification(Entry entry)Synonym[]SynonymsLayerStored. getSynonyms(Entry entry)PosTag[]PosTagsLayerStored. getTags(Entry entry)
-