pszemraj commited on
Commit
b9dcb0a
·
1 Parent(s): d55bcc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ Use in python for spell correction:
29
  from neuspell import BertChecker
30
 
31
  checker = BertChecker()
32
- checker.from_pretrained("./neuspell-scrnn-probwordnoise/")
33
 
34
  checker.correct("I luk foward to receving your reply") # correct a string
35
 
 
29
  from neuspell import BertChecker
30
 
31
  checker = BertChecker()
32
+ checker.from_pretrained("./neuspell-subwordbert-probwordnoise/")
33
 
34
  checker.correct("I luk foward to receving your reply") # correct a string
35