org.encog.nlp.reason
Class ParseActions
java.lang.Object
org.encog.nlp.reason.ParseActions
public class ParseActions
- extends java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseActions
public ParseActions(EncogNLP context)
- Creates a new instance of ParseActions
extend
public void extend(Concept type)
side
public void side(int source,
Concept type,
Concept target)
split
public void split()
processBasicWord
public void processBasicWord(java.lang.String word)
makeAttribute
public void makeAttribute(int target,
java.lang.String word)
beginQuestion
public void beginQuestion(java.lang.String word)
lastRelationAdd
public void lastRelationAdd(Concept concept)
lastRelationAdd
public void lastRelationAdd(java.lang.String word)
lastRelationAdd
public void lastRelationAdd(int target,
Concept concept)
lastRelationAdd
public void lastRelationAdd(int target,
java.lang.String word)