Package com.languagecomputer.api.text

Interface Summary
Attribute Representation of an attribute (set).
Document Representation of an unstructured document after processing by the DocumentService and containing results of processing through the annotation services.
Dossier Representation of a dossier retrieved from the database.
Entity Representation of an entity.
Event Representation of an event.
MentionChain Representation of a coreference mention chain.
QuestionAnswerPair Representation of an extracted question/answer pair.
SpatialSpan Representation of a gazetteer object found in text.
TemporalSpan Representation of a temporal object found in text.
Text Superclass of all unstructured text representation objects.
 

Class Summary
AnnotationType<T extends Text> Identifier for a particular type of annotation.
DefaultAttribute Default implementation of an Attribute.
DefaultDocument Default implementation of a Document.
DefaultEntity Default implementation of an Entity.
DefaultEvent Default implementation of an Event.
DefaultMentionChain Default implementation of an MentionChain.
DefaultQuestionAnswerPair Default implementation of an QuestionAnswerPair.
DefaultSpatialSpan Default implementation of a SpatialSpan.
DefaultTemporalSpan Default implementation of a TemporalSpan.
DefaultText Default implementation of a Text.
DocumentXML Handles XML conversion for Documents.
GenericDefaultText Generic implementation of a Text object for annotations or other types of Text objects which are not included in either the DocumentXML or QueryXML specifications.
TextComparator A recommended sorting Comparator for Text objects that occur in the same Document.
 



Copyright © 2009. All Rights Reserved.