| Package | Description |
|---|---|
| edu.washington.cs.knowitall.nlp | |
| edu.washington.cs.knowitall.nlp.extraction | |
| edu.washington.cs.knowitall.normalization | |
| 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 | 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.
|
class |
SimpleLayeredSequence
An immutable implementation of
LayeredSequence. |
| Modifier and Type | Method and Description |
|---|---|
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-2013 University of Washington CSE. All Rights Reserved.