Package edu.stanford.nlp.ie.desc

A few classes for extraction of descriptions of a person or thing.

See:
          Description

Interface Summary
ChunkerConstants  
 

Class Summary
Chunker  
ChunkerTokenManager  
DescExtractor Implements a SingleFieldExtractor that attempts to extract a general description or descraphical information from the text.
DescExtractorCreator Creates and serializes a DescExtractor.
DescExtractorTest Command-line tool to test the description extractor.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package edu.stanford.nlp.ie.desc Description

A few classes for extraction of descriptions of a person or thing. Descriptions are found by using a partial parser over tagged word sequences in a heuristic manner (the maxent tagger is used to tag text). A typically description is something like "The hairy-nosed wombat is a nocturnal creature" or "Jonas Savimbi was the president of Kenya from 1990 to 2000." The key class is DescExtractor. Most of the other files relate to a JavaCC parser.



Stanford NLP Group