| Interface | Description |
|---|---|
| FieldNormalizer |
An interface defining the basic functionality of a field normalizer.
|
| Class | Description |
|---|---|
| ArgumentNormalizer |
Normalizes
ChunkedExtraction arguments by
Lowercasing
Removing punctuation
Replacing numbers with a # symbol
|
| BasicFieldNormalizer |
A field normalizer that applies the stemmer to every token and strips
nothing.
|
| BinaryExtractionNormalizer |
A class for normalizing
ChunkedBinaryExtraction objects. |
| HeadNounExtractor |
Created by IntelliJ IDEA.
|
| HeadNounNormalizer |
A normalizer function that heuristically finds the head noun phrase of an
argument field.
|
| NormalizedBinaryExtraction |
Represents a
ChunkedBinaryExtraction that has normalized versions of
arg1, rel, arg2. |
| NormalizedField |
This class represents a field of a
SpanExtraction that has been
normalized in some way, e.g. |
| RelationString |
Represents a Reverb predicate that contains (1) the original predicate from
the text (2) normalized version (3) POS sequence (modified by Michael
Schmitz)
|
| VerbalRelationNormalizer |
A class that can be used to normalize verbal relation strings.
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.