Parsing Engine

danbikel.parser.arabic
Class SimpleWordFeatures

java.lang.Object
  extended by danbikel.parser.lang.AbstractWordFeatures
      extended by danbikel.parser.arabic.SimpleWordFeatures
All Implemented Interfaces:
WordFeatures, Serializable

public class SimpleWordFeatures
extends AbstractWordFeatures

This class simply uses the defaults provided by the class AbstractWordFeatures.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class danbikel.parser.lang.AbstractWordFeatures
unknownWordSym
 
Constructor Summary
SimpleWordFeatures()
          Constructs a new WordFeatures instance for Arabic that simply returns the default word-feature vector.
 
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()
Constructs a new WordFeatures instance for Arabic that simply returns the default word-feature vector.

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.