| 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 | Class and Description |
|---|---|
class |
NormalizedField
This class represents a field of a
SpanExtraction that has been
normalized in some way, e.g. |
| Modifier and Type | Class and Description |
|---|---|
class |
BIOLayeredSequence
Represents a layered sequence where some of the layers can be spans of tags,
encoded using B/I/O prefixes.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleLayeredSequence |
SimpleLayeredSequence.getSubSequence(int start,
int length)
Returns the subsequence of this layered sequence starting at the given
position with the given length
|
SimpleLayeredSequence |
SimpleLayeredSequence.getSubSequence(edu.washington.cs.knowitall.commonlib.Range r)
Returns the subsequence of this layered sequence starting at the given
position with the given length
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.