|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleLayeredSequence | |
|---|---|
| edu.washington.cs.knowitall.nlp | |
| edu.washington.cs.knowitall.nlp.extraction | |
| edu.washington.cs.knowitall.normalization | |
| edu.washington.cs.knowitall.sequence | |
| Uses of SimpleLayeredSequence in edu.washington.cs.knowitall.nlp |
|---|
| Subclasses of SimpleLayeredSequence in edu.washington.cs.knowitall.nlp | |
|---|---|
class |
ChunkedSentence
An immutable class that represents a tokenized, POS-tagged, and noun-phrase chunked sentence. |
| Uses of SimpleLayeredSequence in edu.washington.cs.knowitall.nlp.extraction |
|---|
| Subclasses of SimpleLayeredSequence 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 SimpleLayeredSequence in edu.washington.cs.knowitall.normalization |
|---|
| Subclasses of SimpleLayeredSequence in edu.washington.cs.knowitall.normalization | |
|---|---|
class |
NormalizedField
This class represents a field of a SpanExtraction that has been
normalized in some way, e.g. |
| Uses of SimpleLayeredSequence in edu.washington.cs.knowitall.sequence |
|---|
| Subclasses of SimpleLayeredSequence in edu.washington.cs.knowitall.sequence | |
|---|---|
class |
BIOLayeredSequence
Represents a layered sequence where some of the layers can be spans of tags, encoded using B/I/O prefixes. |
| Methods in edu.washington.cs.knowitall.sequence that return SimpleLayeredSequence | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||