Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.NamedEntity
-
Packages that use NamedEntity Package Description 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 Modifier and Type Method Description NamedEntityNamedEntitiesLayer. addEntity(String entityType, Token entityToken)NamedEntityNamedEntitiesLayer. addEntity(String entityType, List<Token> entityTokens)NamedEntityNamedEntitiesLayer. getEntity(int index)NamedEntityNamedEntitiesLayer. getEntity(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api that return types with arguments of type NamedEntity Modifier and Type Method Description List<NamedEntity>NamedEntitiesLayer. getEntities(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type NamedEntity Modifier and Type Method Description 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 Modifier and Type Class Description classNamedEntityStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type NamedEntity Modifier and Type Field Description protected Map<Token,List<NamedEntity>>TextCorpusLayersConnector. token2ItsNEMethods in eu.clarin.weblicht.wlfxb.tc.xb that return NamedEntity Modifier and Type Method Description NamedEntityNamedEntitiesLayerStored. addEntity(String entityType, Token tagToken)NamedEntityNamedEntitiesLayerStored. addEntity(String entityType, List<Token> entityTokens)NamedEntityNamedEntitiesLayerStored. getEntity(int index)NamedEntityNamedEntitiesLayerStored. getEntity(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb that return types with arguments of type NamedEntity Modifier and Type Method Description List<NamedEntity>NamedEntitiesLayerStored. getEntities(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type NamedEntity Modifier and Type Method Description Token[]NamedEntitiesLayerStored. getTokens(NamedEntity entity)
-