public class LexiconStored extends Object implements Lexicon
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected LexiconLayerStoredAbstract[] |
layersInOrder |
static String |
XML_NAME |
static String |
XML_NAMESPACE |
| Constructor and Description |
|---|
LexiconStored(String language) |
public static final String XML_NAME
public static final String XML_NAMESPACE
protected String lang
protected LexiconLayerStoredAbstract[] layersInOrder
public LexiconStored(String language)
public String getLanguage()
public EntriesLayer createEntriesLayer(EntryType entryType)
createEntriesLayer in interface Lexiconpublic PosTagsLayer createPosTagsLayer(String tagset)
createPosTagsLayer in interface Lexiconpublic FrequenciesLayer createFrequenciesLayer(FrequencyType freqType)
createFrequenciesLayer in interface Lexiconpublic CooccurrencesLayer createCooccurrencesLayer()
createCooccurrencesLayer in interface Lexiconpublic SynonymsLayer createSynonymsLayer()
createSynonymsLayer in interface Lexiconpublic SyllabificationsLayer createSyllabificationsLayer()
createSyllabificationsLayer in interface Lexiconprotected void setEntriesLayer(EntriesLayerStored layer)
public EntriesLayerStored getEntriesLayer()
getEntriesLayer in interface Lexiconprotected void setPosTagsLayer(PosTagsLayerStored layer)
public PosTagsLayerStored getPosTagsLayer()
getPosTagsLayer in interface Lexiconprotected void setFrequenciesLayer(FrequenciesLayerStored layer)
public FrequenciesLayerStored getFrequenciesLayer()
getFrequenciesLayer in interface Lexiconprotected void setCooccurrencesLayer(CooccurrencesLayerStored layer)
public CooccurrencesLayerStored getCooccurrencesLayer()
getCooccurrencesLayer in interface Lexiconprotected void setSynonymsLayer(SynonymsLayerStored layer)
public SynonymsLayerStored getSynonymsLayer()
getSynonymsLayer in interface Lexiconprotected void setSyllabificationsLayer(SyllabificationsLayerStored layer)
public SyllabificationsLayerStored getSyllabificationsLayer()
getSyllabificationsLayer in interface Lexiconprotected void afterUnmarshal(Unmarshaller u, Object parent)
protected void connectLayers()
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.