Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Chunk
-
Packages that use Chunk Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Chunk in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Chunk Modifier and Type Method Description ChunkChunksLayer. addChunk(LinkedHashMap<String,String> types, Token chunkToken)ChunkChunksLayer. addChunk(LinkedHashMap<String,String> types, List<Token> chunkTokens)ChunkChunksLayer. getChunk(int index)ChunkChunksLayer. getChunk(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api that return types with arguments of type Chunk Modifier and Type Method Description List<Chunk>ChunksLayer. getChunks(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Chunk Modifier and Type Method Description Token[]ChunksLayer. getTokens(Chunk chunk) -
Uses of Chunk in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Chunk Modifier and Type Class Description classChunkStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Chunk Modifier and Type Field Description protected Map<Token,List<Chunk>>TextCorpusLayersConnector. token2ItsCHMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Chunk Modifier and Type Method Description ChunkChunksLayerStored. addChunk(LinkedHashMap<String,String> chunkAttributes, Token chunkToken)ChunkChunksLayerStored. addChunk(LinkedHashMap<String,String> chunkAttributes, List<Token> chunkTokens)ChunkChunksLayerStored. getChunk(int index)ChunkChunksLayerStored. getChunk(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb that return types with arguments of type Chunk Modifier and Type Method Description List<Chunk>ChunksLayerStored. getChunks(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Chunk Modifier and Type Method Description Token[]ChunksLayerStored. getTokens(Chunk chunk)
-