pszemraj commited on
Commit
c20aa40
1 Parent(s): bf04840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- ## original usage
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