Update README.md
Browse files
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-
|
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 |
|