When you configure a task that uses the postproc
module, you must use the appropriate mode for the task that you want to perform. The following modes are available:
B
|
Vocabulary filtering |
R
|
Word fragment recombination |
You can use one or more of these modes in a single schema. To use multiple modes, type the letter for each mode in the schema, without spaces. For example:
w2 ← postproc(BR,w1)
This example uses both of the postproc
module modes to process a results file.
For examples and more information on how to configure tasks, see Sample Task Schemas.
|