Uses of Class
edu.washington.cs.knowitall.sequence.BIOLayeredSequence

Packages that use BIOLayeredSequence
edu.washington.cs.knowitall.nlp   
edu.washington.cs.knowitall.nlp.extraction   
edu.washington.cs.knowitall.sequence   
 

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

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

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

Subclasses of BIOLayeredSequence in edu.washington.cs.knowitall.nlp.extraction
 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 BIOLayeredSequence in edu.washington.cs.knowitall.sequence
 

Methods in edu.washington.cs.knowitall.sequence that return BIOLayeredSequence
 BIOLayeredSequence BIOLayeredSequence.clone()
          Creates a copy of this object.
 BIOLayeredSequence BIOLayeredSequence.getSubSequence(int start, int length)
          Constructs a new subsequence from this instance.
 BIOLayeredSequence BIOLayeredSequence.getSubSequence(edu.washington.cs.knowitall.commonlib.Range r)
          Constructs a new subsequence from this instance.
 



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