The Encog Project

Package org.encog.parse

Class Summary
AcceptedSignal A signal that has been accepted by the parser.
Parse Encog's generic parser, used by the NLP package.
ParseTemplate Allows templates to be specified for the parser.
PeekableInputStream This is a special input stream that allows the program to peek one or more characters ahead in the file.
 

Exception Summary
ParseError Indicates an error has occured in one of the parsers.
 


The Encog Project