public class PosTagsLayerStored extends LexiconLayerStoredAbstract implements PosTagsLayer
| Modifier | Constructor and Description |
|---|---|
protected |
PosTagsLayerStored() |
protected |
PosTagsLayerStored(LexiconLayersConnector connector) |
protected |
PosTagsLayerStored(String tagset) |
| Modifier and Type | Method and Description |
|---|---|
PosTag |
addTag(String tagString,
Entry tagEntry) |
Entry |
getEntry(PosTag tag) |
PosTag |
getTag(int index) |
PosTag[] |
getTags(Entry entry) |
String |
getTagset() |
boolean |
isEmpty() |
protected void |
setLayersConnector(LexiconLayersConnector connector)
Should not be used directly by users.
|
int |
size() |
String |
toString() |
public static final String XML_NAME
protected PosTagsLayerStored()
protected PosTagsLayerStored(String tagset)
protected PosTagsLayerStored(LexiconLayersConnector connector)
protected void setLayersConnector(LexiconLayersConnector connector)
LexiconLayerStoredAbstractsetLayersConnector in class LexiconLayerStoredAbstractpublic boolean isEmpty()
isEmpty in interface LexiconLayerpublic int size()
size in interface LexiconLayerpublic String getTagset()
getTagset in interface PosTagsLayerpublic PosTag getTag(int index)
getTag in interface PosTagsLayerpublic PosTag[] getTags(Entry entry)
getTags in interface PosTagsLayerpublic Entry getEntry(PosTag tag)
getEntry in interface PosTagsLayerpublic PosTag addTag(String tagString, Entry tagEntry)
addTag in interface PosTagsLayerCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.