Skip to content

Commit a5c2803

Browse files
authored
Merge pull request #75 from DNGros/patch-1
Update model file name in readme python example
2 parents bfdfd88 + 8a492fd commit a5c2803

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
@@ -153,7 +153,7 @@ pip install jamspell
153153
import jamspell
154154

155155
corrector = jamspell.TSpellCorrector()
156-
corrector.LoadLangModel('model_en.bin')
156+
corrector.LoadLangModel('en.bin')
157157

158158
corrector.FixFragment('I am the begt spell cherken!')
159159
# u'I am the best spell checker!'

0 commit comments

Comments
 (0)