Uses of Package
hultig.sumo

Packages that use hultig.sumo
hultig.align This package gathers the sequence alignment algorithms used in other classes, specially those in the hultig.sumo package. 
hultig.io This package contains several "tools" for easing the file input/output processes, which in Java is a bit "bureaucratic". 
hultig.sumo This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text
 

Classes in hultig.sumo used by hultig.align
CorpusIndex
          Represents a corpora lexical index, by associating a unique number, the index, to each word.
Sentence
          Represents a textual sentence using various schemes or interpretations.
Text
           A class to represent and manage text.
 

Classes in hultig.sumo used by hultig.io
CorpusIndex
          Represents a corpora lexical index, by associating a unique number, the index, to each word.
NewsCluster
          NOT YET WELL COMMENTED.
Sentence
          Represents a textual sentence using various schemes or interpretations.
 

Classes in hultig.sumo used by hultig.sumo
Chunk
          This class represents a phrasal chunk from a sentence.
ChunkedSentence
          A specialization of the Sentence class, for handling shallow parsed sentences in a more efficient way.
ChunkMark
          This class represents a phrase chunk, by storing only the chunk limits and its POS label.
ChunkTag
          Represents the Penn Treebank tags at a phrase level, on a shallow parsed sentence.
CorpusIndex
          Represents a corpora lexical index, by associating a unique number, the index, to each word.
NewsCluster
          NOT YET WELL COMMENTED.
OpenNLPKit
           This class gathers and simplifies the access to the main features of the OpenNLP package, as part-of-speech tagging and sentence parsing.
POSType
          NOT YET WELL COMMENTED.
Rule
          NOT YET WELL COMMENTED.
RuleList.SortType
          The Sort criteria for the rules list.
Sentence
          Represents a textual sentence using various schemes or interpretations.
Text
           A class to represent and manage text.
Word
          A class to represent and process a textual word.
XBubble
          NOT YET WELL COMMENTED.
XBubbleList
          NOT YET WELL COMMENTED.