|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.demokritos.iit.ducTools.extractSubDocs
public class extractSubDocs
A class to extract subdocuments from a DUC 2005 XML document.
Constructor Summary | |
---|---|
extractSubDocs()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static void |
removeLineTag(java.lang.String sFile)
Removes the line tags from the lines of an input file. |
static void |
splitTexts(java.lang.String sFile)
Splits an input document to its subdocuments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public extractSubDocs()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the command line arguments. The first argument is the name of the input file.
If there is no input file selected, then the file test.txt is assumed to be the input file.public static void splitTexts(java.lang.String sFile)
sFile
- The filename to use as input.public static void removeLineTag(java.lang.String sFile)
sFile
- The filename of the input file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |