The Encog Project

org.encog.nlp.reason
Class ParseText

java.lang.Object
  extended by org.encog.nlp.reason.ParseText
Direct Known Subclasses:
EvaluateText

public abstract class ParseText
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

Constructor Summary
ParseText(EncogNLP context)
          Creates a new instance of ParseText
 
Method Summary
 void loadFile(java.lang.String filename)
           
abstract  java.lang.String parse(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseText

public ParseText(EncogNLP context)
Creates a new instance of ParseText

Method Detail

parse

public abstract java.lang.String parse(java.lang.String input)

loadFile

public void loadFile(java.lang.String filename)

The Encog Project