Uses of Class
hultig.sumo.ChunkMark

Packages that use ChunkMark
hultig.sumo This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text
 

Uses of ChunkMark in hultig.sumo
 

Subclasses of ChunkMark in hultig.sumo
 class Chunk
          This class represents a phrasal chunk from a sentence.
 

Methods in hultig.sumo that return ChunkMark
 ChunkMark ChunkedSentence.getChunkMark(int index)
          Gives the chunk mark (boundaries and tag), for the chunk at position index, in the sequence of sentence chunks.
 ChunkMark ChunkedSentence.getChunkOnPosition(int index)
          Gives the chunk mark relative to the word at position index, in this sentence.
 

Constructors in hultig.sumo with parameters of type ChunkMark
Chunk(ChunkedSentence cs, ChunkMark cm)
          This constructor requires a ChunkedSentence, which is a sentence marked with chunk positions through an array of ChunkMark objects.