danbikel.parser.english
Class SimpleWordFeatures
java.lang.Object
danbikel.parser.lang.AbstractWordFeatures
danbikel.parser.english.SimpleWordFeatures
- All Implemented Interfaces:
- WordFeatures, Serializable
public class SimpleWordFeatures
- extends AbstractWordFeatures
This class simply uses the defaults provided by the class
danbikel.parser.WordFeatures
.
- See Also:
- Serialized Form
Method Summary |
Symbol |
defaultFeatureVector()
The symbol that represents the case where none of the features fires
for a particular word. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleWordFeatures
public SimpleWordFeatures()
defaultFeatureVector
public Symbol defaultFeatureVector()
- Description copied from class:
AbstractWordFeatures
- The symbol that represents the case where none of the features fires
for a particular word.
- Specified by:
defaultFeatureVector
in interface WordFeatures
- Specified by:
defaultFeatureVector
in class AbstractWordFeatures
Author: Dan Bikel.