Package hultig.sumo

This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text.

See:
          Description

Class Summary
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.
ChunkType Represents a chunk type obtained from a shallow parser.
CorpusIndex Represents a corpora lexical index, by associating a unique number, the index, to each word.
HNgram An efficient representation of a large set of n-grams.
NewsCluster NOT YET WELL COMMENTED.
NewsClusterList NOT YET WELL COMMENTED.
NGramsV 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.
ParaphAlignPair This class represents an aligned paraphrase pair, that is a paraphrasic sentence pair having their common and similar words aligned.
POSType NOT YET WELL COMMENTED.
Rule NOT YET WELL COMMENTED.
RuleList NOT YET WELL COMMENTED.
Sentence Represents a textual sentence using various schemes or interpretations.
Text A class to represent and manage text.
TxtFilter NOT YET WELL COMMENTED.
Word A class to represent and process a textual word.
XBubble NOT YET WELL COMMENTED.
XBubbleList NOT YET WELL COMMENTED.
 

Enum Summary
ChunkTag Represents the Penn Treebank tags at a phrase level, on a shallow parsed sentence.
RuleList.SortType The Sort criteria for the rules list.
 

Package hultig.sumo Description

This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text.