See: Description
Interface | Description |
---|---|
PartOfSpeechTagger |
Interface for tagging parts of speech in a sentence
|
SentenceSplitter |
Abstract class for splitting blocks of text into sentences.
|
Class | Description |
---|---|
BrillTagger |
Implementation of a Brill Tagger, based on the algorithms of Eric Brill.
|
CardinalNumberFormat |
Parser which transforms numbers expressed in prose, eg.
|
MixedNumberFormat |
Parser to transform semi-scientific numbers such as "1.4 billion" into an
integer representation.
|
PartOfSpeechTag |
Represents a word that has been tagged with a part of speech tag.
|
Phrase |
Represents a lexical phrase - a group of one or more words.
|
PhraseFinder |
Finds noun phrases, verb phrases, and prepositional phrases.
|
RelativeDateFormat |
DateFormat which extends the functionality of SimpleDateFormat by adding
relative references.
|
StringTransform |
Transforms strings according to a pattern.
|
StringUtils |
Utility class for common string operations not supported by Java
|
WesternSentenceSplitter |
Implementation of a sentence splitter that uses western syntax.
|
WordNetData |
Represents a data entry within Princeton Wordnet.
|
WordNetExplorer |
Provides multiple utilities for exploring and extracting information from Princeton Wordnet data
files.
|
WordNetFilter |
Filters DataRecords by matching words in one or more text fields.
|
WordNetIndex |
Represents an index entry within Princeton Wordnet.
|
Enum | Description |
---|---|
PartOfSpeech |
Enumeration representing parts of speech.
|
RelativeDateFormat.RelativeType |
This package contains classes supporting lexical parsing of text. It includes parts of speech and utilities for accessing repositories from Princeton WordNet and other lexical information sources.
Princeton WordNet is a product of Princeton University, subject to their licensing and usage guides. This software provides access to materials provided by WordNet free of charge. Prajna makes no claims on rights pertaining to WordNet software or data.
The package also includes text utilities of various types, including textual data formatters.