|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReutersDocument | |
|---|---|
| org.knowceans.corpus.parsers.reuters | |
| Uses of ReutersDocument in org.knowceans.corpus.parsers.reuters |
|---|
| Fields in org.knowceans.corpus.parsers.reuters declared as ReutersDocument | |
|---|---|
private ReutersDocument |
ReutersParser.curDoc
|
| Fields in org.knowceans.corpus.parsers.reuters with type parameters of type ReutersDocument | |
|---|---|
private java.util.Vector<ReutersDocument> |
ReutersParser.allDocs
|
| Methods in org.knowceans.corpus.parsers.reuters that return types with arguments of type ReutersDocument | |
|---|---|
java.util.Vector<ReutersDocument> |
ReutersParser.parse(java.lang.String file)
opens the file and parses the content |
private java.util.Vector<ReutersDocument> |
ReutersParser.parseDir(java.lang.String sourcefile)
Parse directory by adding each XML file's content sequentially. |
private java.util.Vector<ReutersDocument> |
ReutersParser.parseString(java.lang.String r)
parses the string |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||