|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Datum | Interface for Objects which can be described by their features. |
Document | Represents a text document as a list of Words with a title. |
Featurizable | Interface for Objects that can be described by their features. |
HasTag | Something that implements the HasTag interface
knows about part-of-speech tags. |
HasWord | Something that implements the HasWord interface
knows about words. |
Label | Something that implements the Label interface can act as a
constituent, node, or word label with linguistic attributes. |
Labeled | Interface for Objects that have a label, whose label is an Object. |
LabelFactory | A LabelFactory object acts as a factory for creating
objects of class Label , or some descendent class. |
SentenceProcessor | This is a simple interface for applying a transformer to a
Sentence . |
Class Summary | |
---|---|
BasicDocument | Basic implementation of Document that should be suitable for most needs. |
DocumentReader | Basic mechanism for reading in Documents from various input sources. |
Sentence | Sentence holds a single sentence, and mediating between word numbers and words. |
StringLabel | A StringLabel object acts as a Label by containing a
single String, which it sets or returns in response to requests. |
StringLabelFactory | A StringLabelFactory object makes a simple
StringLabel out of a String . |
TaggedWord | A TaggedWord object contains a word and its tag. |
TaggedWordFactory | A TaggedWordFactory acts as a factory for creating objects of
class TaggedWord . |
ValueLabel | A ValueLabel object acts as a Label with linguistic
attributes. |
Word | A Word object acts as a Label by containing a String. |
WordFactory | A WordFactory acts as a factory for creating objects of
class Word . |
WordTag | A WordTag corresponds to a tagged (e.g., for part of speech) word and is implemented with String-valued word and tag. |
WordTagFactory | A WordTagFactory acts as a factory for creating
objects of class WordTag . |
Classes for linguistic concepts which are common to many NLP classes, such as Word, Tag, etc. Also contains classes for building and operating on documents and data collections. Two of the basic interfaces are Document for representing a document as a list of words with meta-data, and DataCollection for representing a collection of documents. The most common document class you will probably use is BasicDocument, which provides support for constructing documents from a variety of input sources.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |