Uses of Class
hultig.sumo.ChunkedSentence

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

Uses of ChunkedSentence in hultig.sumo
 

Methods in hultig.sumo that return ChunkedSentence
 ChunkedSentence ChunkedSentence.subList(int fromIndex, int toIndex)
          Gives a subsequence of this sentence, in the form of a list of words.
 

Methods in hultig.sumo with parameters of type ChunkedSentence
static void CorpusIndex.codifyOnFly(ChunkedSentence[] sentences)
          Codification "on the fly" for an array of chunked sentences.
 double ChunkedSentence.lexicoSyntacticEntailmentMetric(ChunkedSentence hypot)
          This function was designed to compute a likelihood value for the "lexico-syntactic entailment" between this sentence (thesis) and the entailed sentence - the other sentence (hypothesis).
 

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