de.tuebingen.uni.sfs.dspin.tcf.data
Class LexiconPOSTagsLayer

java.lang.Object
  extended by de.tuebingen.uni.sfs.dspin.tcf.data.LexiconPOSTagsLayer

public class LexiconPOSTagsLayer
extends java.lang.Object


Field Summary
static LexiconLayerTag layerTag
           
static java.lang.String xmlTagset
           
 
Method Summary
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 LexiconLayerTag getLayerTag()
           
 LexiconTag getPOSTag(int index)
           
 LexiconTag getPOSTag(java.lang.String tagID)
           
 java.util.List<LexiconTag> getPOSTags()
           
 java.lang.String getTagset()
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

layerTag

public static final LexiconLayerTag layerTag

xmlTagset

public static final java.lang.String xmlTagset
See Also:
Constant Field Values
Method Detail

getLayerTag

public LexiconLayerTag getLayerTag()

getDescriptor

public de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()

getTagset

public java.lang.String getTagset()

size

public int size()

getPOSTags

public java.util.List<LexiconTag> getPOSTags()

getPOSTag

public LexiconTag getPOSTag(int index)

getPOSTag

public LexiconTag getPOSTag(java.lang.String tagID)
                     throws java.lang.IllegalAccessException
Throws:
java.lang.IllegalAccessException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object