Skip to content
Snippets Groups Projects
Commit 013f2866 authored by Maciej Sumalvico's avatar Maciej Sumalvico
Browse files

mention ocrd_keraslm in the readme

parent bc6dbbb7
Branches master
No related tags found
No related merge requests found
......@@ -98,12 +98,15 @@ This tool applies a trained model to correct plaintext data on a line basis.
The basic invocation is:
```shell
cor-asv-fst-process -i INPUT_FILE -o OUTPUT_FILE -l LEXICON_FILE -e ERROR_MODEL_FILE
cor-asv-fst-process -i INPUT_FILE -o OUTPUT_FILE -l LEXICON_FILE -e ERROR_MODEL_FILE (-m LM_FILE)
```
`INPUT_FILE` is in the same format as for the training procedure. `OUTPUT_FILE`
contains the post-correction results in the same format.
`LM_FILE` is a `ocrd_keraslm` language model - if supplied, it is used for
rescoring.
#### `cor-asv-fst-evaluate`
This tool can be used to evaluate the post-correction results. The minimal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment