Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.NamedEntity

Packages that use NamedEntity
eu.clarin.weblicht.wlfxb.tc.api   
eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. 
 

Uses of NamedEntity in eu.clarin.weblicht.wlfxb.tc.api
 

Methods in eu.clarin.weblicht.wlfxb.tc.api that return NamedEntity
 NamedEntity NamedEntitiesLayer.addEntity(String entityType, List<Token> entityTokens)
           
 NamedEntity NamedEntitiesLayer.addEntity(String entityType, Token entityToken)
           
 NamedEntity NamedEntitiesLayer.getEntity(int index)
           
 NamedEntity NamedEntitiesLayer.getEntity(Token token)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.api that return types with arguments of type NamedEntity
 List<NamedEntity> NamedEntitiesLayer.getEntities(Token token)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type NamedEntity
 Token[] NamedEntitiesLayer.getTokens(NamedEntity entity)
           
 

Uses of NamedEntity in eu.clarin.weblicht.wlfxb.tc.xb
 

Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement NamedEntity
 class NamedEntityStored
           
 

Fields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type NamedEntity
protected  Map<Token,List<NamedEntity>> TextCorpusLayersConnector.token2ItsNE
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return NamedEntity
 NamedEntity NamedEntitiesLayerStored.addEntity(String entityType, List<Token> entityTokens)
           
 NamedEntity NamedEntitiesLayerStored.addEntity(String entityType, Token tagToken)
           
 NamedEntity NamedEntitiesLayerStored.getEntity(int index)
           
 NamedEntity NamedEntitiesLayerStored.getEntity(Token token)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return types with arguments of type NamedEntity
 List<NamedEntity> NamedEntitiesLayerStored.getEntities(Token token)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type NamedEntity
 Token[] NamedEntitiesLayerStored.getTokens(NamedEntity entity)
           
 



Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.