Uses of Package
edu.washington.cs.knowitall.nlp

Packages that use edu.washington.cs.knowitall.nlp
edu.washington.cs.knowitall.argumentidentifier   
edu.washington.cs.knowitall.extractor   
edu.washington.cs.knowitall.extractor.conf   
edu.washington.cs.knowitall.extractor.conf.featureset   
edu.washington.cs.knowitall.nlp   
edu.washington.cs.knowitall.nlp.extraction   
edu.washington.cs.knowitall.util   
 

Classes in edu.washington.cs.knowitall.nlp used by edu.washington.cs.knowitall.argumentidentifier
ChunkedSentenceToken
          A representation of a token in a ChunkedSentence.
 

Classes in edu.washington.cs.knowitall.nlp used by edu.washington.cs.knowitall.extractor
ChunkedSentence
          An immutable class that represents a tokenized, POS-tagged, and noun-phrase chunked sentence.
NlpException
          An exception class used for handling errors related to layered sequences.
 

Classes in edu.washington.cs.knowitall.nlp used by edu.washington.cs.knowitall.extractor.conf
ChunkedSentenceToken
          A representation of a token in a ChunkedSentence.
NlpException
          An exception class used for handling errors related to layered sequences.
 

Classes in edu.washington.cs.knowitall.nlp used by edu.washington.cs.knowitall.extractor.conf.featureset
ChunkedSentence
          An immutable class that represents a tokenized, POS-tagged, and noun-phrase chunked sentence.
 

Classes in edu.washington.cs.knowitall.nlp used by edu.washington.cs.knowitall.nlp
ChunkedDocument
          Represents an ordered collection of ChunkedSentence objects with an identifier string.
ChunkedSentence
          An immutable class that represents a tokenized, POS-tagged, and noun-phrase chunked sentence.
ChunkedSentenceIterator
          A class that combines an Iterator object over sentences with a SentenceChunker object to produce an iterator over ChunkedSentence objects.
ChunkedSentenceToken
          A representation of a token in a ChunkedSentence.
ChunkedSentenceToken.Expression
          An expression that is evaluated against a token.
ChunkerException
          An exception class used for handling errors related to layered sequences.
NlpException
          An exception class used for handling errors related to layered sequences.
OpenNlpSentenceChunkerStats
           
SentenceChunker
           
 

Classes in edu.washington.cs.knowitall.nlp used by edu.washington.cs.knowitall.nlp.extraction
ChunkedSentence
          An immutable class that represents a tokenized, POS-tagged, and noun-phrase chunked sentence.
 

Classes in edu.washington.cs.knowitall.nlp used by edu.washington.cs.knowitall.util
ChunkedSentenceReader
          A class that combines a SentenceExtractor with a SentenceChunker to read NpChunkedSentence objects from a BufferedReader.
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.