Class SgmlParser

Namespace
NOpenNLP.Tools.Formats.Muc
Assembly
NOpenNLP.Tools.dll

SAX style SGML parser.

Note:
The implementation is very limited, but good enough to parse the MUC corpora. Its must very likely be extended/improved/fixed to parse a different SGML corpora.

public class SgmlParser
Inheritance
SgmlParser
Inherited Members

Methods

Parse(TextReader, ContentHandler)

public void Parse(TextReader @in, SgmlParser.ContentHandler handler)

Parameters

in TextReader
handler SgmlParser.ContentHandler

Exceptions

IOException

if there is an error during reading