Package opennlp.tools.formats.muc
Class SgmlParser
- java.lang.Object
- 
- opennlp.tools.formats.muc.SgmlParser
 
- 
 public class SgmlParser extends Object 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.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSgmlParser.ContentHandler
 - 
Constructor SummaryConstructors Constructor Description SgmlParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(Reader in, SgmlParser.ContentHandler handler)
 
- 
- 
- 
Method Detail- 
parsepublic void parse(Reader in, SgmlParser.ContentHandler handler) throws IOException - Throws:
- IOException
 
 
- 
 
-