ETYMO produces an output consisting of several log-files:
| FILE | DESCRIPTION |
|---|---|
| ERROR.LOG | Indicates for each error its type and the line where it occured |
| DATA.LOG | Shows the internal data structure (i.e. What the data look like after the parser has translated them into an internal structure) |
| STAT.LOG | This file is generated when a CORPUS is calculated. It contains for each word its expected and calculated evolution(s) and indicates the number of »hits« (correct evolutions). It contains a statistical summary (at the end) |
| RULES.LOG
(added with V 1.1) |
This file is generated when a CORPUS is calculated. Indicates for every rule the words it has been applied to (the numbers indicate the line, where the word stands in the corpus-files) |
| WORDS.LOG
(added with V 1.1) |
This file is generated when a CORPUS is calculated. Indicates for each word the rules that have been used in the calculation. |
NOTE that the generation of the statistical files RULES.LOG and WORDS.LOG
is still buggy!! (V 1.1 and 1.2)
| Last updated: October 2000 | Back to main page |