Skip to content

Commit

Permalink
More explicit description
Browse files Browse the repository at this point in the history
  • Loading branch information
alvations authored May 4, 2020
1 parent 6df9f03 commit b5700f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ Example to chain the following commands:

- `normalize` with `-c` option to remove control characters.
- `tokenize` with `-a` option for aggressive dash split rules.
- `truecase` with `-a` option to indicate that model is for ASR and save the model with `-m` option to `big.truemodel` file.
- `truecase` with `-a` option to indicate that model is for ASR
- if `big.truemodel` exists, load the model with `-m` option,
- otherwise train a model and save it with `-m` option to `big.truemodel` file.
- save the output to console to the `big.txt.norm.tok.true` file.

```shell
Expand Down

0 comments on commit b5700f0

Please sign in to comment.