Class | Description |
---|---|
EmailParser |
Parse an email file and store the results as a ParsedText object.
|
LingspamEmailParser |
Parse a lingspam corpus files and store the results as a ParsedCorpus object.
|
NewsParser |
Parse a Reuters file and store the results as a ParsedCorpus object.
|
P20newsgroupsParser |
Parse the 20 newsgroups corpus files and store the results as a ParsedCorpus object.
|
Parser |
This class implements the most basic functionality of a tc.parser
object: read the content of a file, assign it a category and a
unique ID.
|
XMLHandler |
Handles events generated by a Reuters file through a SAX parser,
and store the results as a ParsedCorpus object.
|