Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ license: apache-2.0
|
|
8 |
See the [github repository](https://github.com/neuspell/neuspell) for usage and all official information.
|
9 |
|
10 |
|
11 |
-
##
|
12 |
|
13 |
clone this model repo with git:
|
14 |
|
@@ -23,6 +23,8 @@ install neuspell:
|
|
23 |
pip install -U neuspell -q
|
24 |
```
|
25 |
|
|
|
|
|
26 |
```python
|
27 |
from neuspell import SclstmChecker
|
28 |
|
|
|
8 |
See the [github repository](https://github.com/neuspell/neuspell) for usage and all official information.
|
9 |
|
10 |
|
11 |
+
## usage
|
12 |
|
13 |
clone this model repo with git:
|
14 |
|
|
|
23 |
pip install -U neuspell -q
|
24 |
```
|
25 |
|
26 |
+
use in python for spell correction:
|
27 |
+
|
28 |
```python
|
29 |
from neuspell import SclstmChecker
|
30 |
|