Uses of Interface
edu.washington.cs.knowitall.sequence.LayeredSequence

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

Uses of LayeredSequence in edu.washington.cs.knowitall.nlp
 

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

Uses of LayeredSequence in edu.washington.cs.knowitall.nlp.extraction
 

Classes in edu.washington.cs.knowitall.nlp.extraction that implement LayeredSequence
 class ChunkedArgumentExtraction
          A class representing a noun phrase argument of a relation.
 class ChunkedExtraction
          An extraction object that represents a contiguous subsequence of a ChunkedSentence object.
 

Uses of LayeredSequence in edu.washington.cs.knowitall.normalization
 

Classes in edu.washington.cs.knowitall.normalization that implement LayeredSequence
 class NormalizedField
          This class represents a field of a SpanExtraction that has been normalized in some way, e.g.
 

Uses of LayeredSequence in edu.washington.cs.knowitall.sequence
 

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

Methods in edu.washington.cs.knowitall.sequence with parameters of type LayeredSequence
 LayeredTokenMatcher LayeredTokenPattern.matcher(LayeredSequence seq)
          Returns a matcher object, which can be used to scan seq for any subsequences that match this pattern.
 List<String> RegexTagger.tag(LayeredSequence seq)
           
 



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