org.encog.nlp.lexicon.data
Class WordTypePossibility
java.lang.Object
org.encog.util.orm.DataObject
org.encog.nlp.lexicon.data.WordTypePossibility
- All Implemented Interfaces:
- java.io.Serializable
public class WordTypePossibility
- 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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WordTypePossibility
public WordTypePossibility()
validate
public void validate()
- Description copied from class:
DataObject
- Validate this object.
- Specified by:
validate in class DataObject
getWord
public Word getWord()
setWord
public void setWord(Word word)
getType
public WordType getType()
setType
public void setType(WordType type)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object