Fido Alpha 3.2

fido.db
Class MorphologyRule

java.lang.Object
  |
  +--fido.db.MorphologyRule
All Implemented Interfaces:
java.io.Serializable

public class MorphologyRule
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String language
           
 int rank
           
 java.lang.String root
           
 java.lang.String surface
           
 java.lang.String tag
           
 boolean used
           
 
Constructor Summary
MorphologyRule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

language

public java.lang.String language

tag

public java.lang.String tag

rank

public int rank

root

public java.lang.String root

surface

public java.lang.String surface

used

public boolean used
Constructor Detail

MorphologyRule

public MorphologyRule()

Fido Alpha 3.2