Parsing Engine

danbikel.parser.english
Class SimpleWordFeatures

java.lang.Object
  extended by danbikel.parser.lang.AbstractWordFeatures
      extended by 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

Field Summary
 
Fields inherited from class danbikel.parser.lang.AbstractWordFeatures
unknownWordSym
 
Constructor Summary
SimpleWordFeatures()
           
 
Method Summary
 Symbol defaultFeatureVector()
          The symbol that represents the case where none of the features fires for a particular word.
 
Methods inherited from class danbikel.parser.lang.AbstractWordFeatures
features
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWordFeatures

public SimpleWordFeatures()
Method Detail

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

Parsing Engine

Author: Dan Bikel.