org.encog.nlp.lexicon.data
Class Fix
java.lang.Object
org.encog.util.orm.DataObject
org.encog.nlp.lexicon.data.Fix
- All Implemented Interfaces:
- java.io.Serializable
public class Fix
- extends DataObject
Note: This class is part of the Encog Natural Language Processing(NLP)
package. This package is still under heavy construction, and will not
be considered stable until Encog 3.0.
- Author:
- jheaton
- See Also:
- Serialized Form
|
Constructor Summary |
Fix()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Fix
public Fix()
validate
public void validate()
- Description copied from class:
DataObject
- Validate this object.
- Specified by:
validate in class DataObject
getText
public java.lang.String getText()
setText
public void setText(java.lang.String value)
isPre
public boolean isPre()
setPre
public void setPre(boolean pre)
length
public int length()
isPost
public boolean isPost()
getWordType
public WordType getWordType()
setWordType
public void setWordType(WordType wordType)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object