Skip to content

Commit 0dbc473

Browse files
authoredAug 30, 2018
Fixed typo in README
1 parent 02a6f32 commit 0dbc473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ make
283283
```
284284
5. To evaluate spellchecker you can use ```evaluate/evaluate.py``` script:
285285
```bash
286-
python evaluate/evalute.py -a alphabet_file.txt -jsp your_model.bin -mx 50000 your_test_data.txt
286+
python evaluate/evaluate.py -a alphabet_file.txt -jsp your_model.bin -mx 50000 your_test_data.txt
287287
```
288288
6. You can use ```evaluate/generate_dataset.py``` to generate you train/test data. It supports txt files, [Leipzig Corpora Collection](http://wortschatz.uni-leipzig.de/en/download/) format and fb2 books.
289289

0 commit comments

Comments
 (0)