| Package | Description |
|---|---|
| edu.washington.cs.knowitall.nlp | |
| edu.washington.cs.knowitall.nlp.extraction | |
| edu.washington.cs.knowitall.sequence |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkedSentence
An immutable class that represents a tokenized, POS-tagged, and noun-phrase
chunked sentence.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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-2013 University of Washington CSE. All Rights Reserved.