com.sun.labs.minion.lexmorph
Class MorphEngine.RootFeatureList

java.lang.Object
  extended by com.sun.labs.minion.lexmorph.MorphEngine.RootFeatureList
Enclosing class:
MorphEngine

public class MorphEngine.RootFeatureList
extends java.lang.Object

Class for carrying root-feature information for a particular category sense of an analyzed word.


Field Summary
protected  Value[] features
           
protected  Word root
           
 
Constructor Summary
protected MorphEngine.RootFeatureList(Word word, Value[] feats)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected Word root

features

protected Value[] features
Constructor Detail

MorphEngine.RootFeatureList

protected MorphEngine.RootFeatureList(Word word,
                                      Value[] feats)