Uses of Class
de.tuebingen.uni.sfs.dspin.tcf.data.Tag

Packages that use Tag
de.tuebingen.uni.sfs.dspin.tcf.data   
 

Uses of Tag in de.tuebingen.uni.sfs.dspin.tcf.data
 

Methods in de.tuebingen.uni.sfs.dspin.tcf.data that return Tag
 Tag TextCorpusFactory.createTag(java.lang.String tagString, java.lang.String tokID)
           
 Tag POSTagsLayer.getPOSTag(int index)
           
 Tag POSTagsLayer.getPOSTag(java.lang.String tagID)
           
 Tag POSTagsLayer.getPOSTagOfTokRef(java.lang.String tokID)
           
 

Methods in de.tuebingen.uni.sfs.dspin.tcf.data that return types with arguments of type Tag
 java.util.List<Tag> POSTagsLayer.getPOSTags()
           
 java.util.Map<java.lang.String,Tag> POSTagsLayer.getTagRefsMap()
           
 

Method parameters in de.tuebingen.uni.sfs.dspin.tcf.data with type arguments of type Tag
 void TextCorpusData.writePOSTagsLayer(java.util.List<Tag> posTags, java.lang.String tagset)