| Class | Description |
|---|---|
| BooleanFeatureSet<T> |
Represents a set of boolean feature functions that can be applied to objects
of type
T. |
| ChunkFeature |
Parent class for any feature specific to the chunk layer.
|
| DoubleFeatureSet<T> |
Represents a set of boolean feature functions that can be applied to objects
of type
T. |
| ExtractionFeature |
A parent class for any feature that picks a particular range and applies a
test to all indices within that range.
|
| FeatureSet<T> | |
| PosFeature |
Parent class for any feature specific to the POS layer
|
| TokenFeature |
Parent class for any feature that only considers the token layer.
|
| VerbTokenFeature |
Parent class for any feature that considers only tokens whose corresponding
pos starts with "V" or equals "MD".
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.