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

Packages that use edu.washington.cs.knowitall.sequence
edu.washington.cs.knowitall.extractor   
edu.washington.cs.knowitall.nlp   
edu.washington.cs.knowitall.nlp.extraction   
edu.washington.cs.knowitall.normalization   
edu.washington.cs.knowitall.sequence   
 

Classes in edu.washington.cs.knowitall.sequence used by edu.washington.cs.knowitall.extractor
LayeredTokenPattern
           A class that defines a regular expression over the tokens appearing in a LayeredSequence object.
SequenceException
          An exception class used for handling errors related to layered sequences.
 

Classes in edu.washington.cs.knowitall.sequence used by edu.washington.cs.knowitall.nlp
BIOLayeredSequence
          Represents a layered sequence where some of the layers can be spans of tags, encoded using B/I/O prefixes.
LayeredSequence
          Represents a layered sequence of strings.
SequenceException
          An exception class used for handling errors related to layered sequences.
SimpleLayeredSequence
          An immutable implementation of LayeredSequence.
 

Classes in edu.washington.cs.knowitall.sequence used by edu.washington.cs.knowitall.nlp.extraction
BIOLayeredSequence
          Represents a layered sequence where some of the layers can be spans of tags, encoded using B/I/O prefixes.
LayeredSequence
          Represents a layered sequence of strings.
SimpleLayeredSequence
          An immutable implementation of LayeredSequence.
 

Classes in edu.washington.cs.knowitall.sequence used by edu.washington.cs.knowitall.normalization
LayeredSequence
          Represents a layered sequence of strings.
SequenceException
          An exception class used for handling errors related to layered sequences.
SimpleLayeredSequence
          An immutable implementation of LayeredSequence.
 

Classes in edu.washington.cs.knowitall.sequence used by edu.washington.cs.knowitall.sequence
BIOLayeredSequence
          Represents a layered sequence where some of the layers can be spans of tags, encoded using B/I/O prefixes.
LayeredSequence
          Represents a layered sequence of strings.
LayeredTokenMatcher
           
LayeredTokenPattern
           A class that defines a regular expression over the tokens appearing in a LayeredSequence object.
SequenceException
          An exception class used for handling errors related to layered sequences.
SimpleLayeredSequence
          An immutable implementation of LayeredSequence.
 



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