Documentation For Encog 2.x

Encog.Parse Namespace

Namespace Hierarchy

Classes

Class Description
AcceptedSignal A signal that has been accepted by the parser. @author jheaton
Parse Encog's generic parser, used by the NLP package.
ParseError Indicates an error has occurred in one of the parsers.
PeekableInputStream PeekableInputStream: This class allows a stream to be read like normal. However, the ability to peek is added. The calling method can peek as far as is needed. This is used by the ParseHTML class.