public class Relemmatize
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
currentDocNumber
Current document.
|
protected static int |
docsToProcess
Number of documents to process.
|
protected static int |
INITPARAMS
# params before input file specs.
|
protected static java.lang.String |
outputDirectory
Output directory.
|
protected static RelemmatizeFilter |
relemmatizeFilter
Relemmatizer filter.
|
| Constructor and Description |
|---|
Relemmatize() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
initialize(java.lang.String[] args)
Initialize.
|
static void |
main(java.lang.String[] args)
Main program.
|
protected static int |
processFiles(java.lang.String[] args)
Process files.
|
protected static void |
processOneFile(java.lang.String xmlInputFileName)
Process one file.
|
protected static void |
terminate(int filesProcessed,
long processingTime)
Terminate.
|
protected static final int INITPARAMS
protected static int docsToProcess
protected static int currentDocNumber
protected static java.lang.String outputDirectory
protected static RelemmatizeFilter relemmatizeFilter
public static void main(java.lang.String[] args)
args - Program parameters.protected static boolean initialize(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionprotected static void processOneFile(java.lang.String xmlInputFileName)
xmlInputFileName - Input file name relemmatize.protected static int processFiles(java.lang.String[] args)
protected static void terminate(int filesProcessed,
long processingTime)
filesProcessed - Number of files processed.processingTime - Processing time in seconds.