We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aec509 commit 29f7b6dCopy full SHA for 29f7b6d
1 file changed
README.md
@@ -20,7 +20,7 @@ This package wraps the PyThaiNLP library to add support Thai for spaCy.
20
**Example**
21
```python
22
import spacy
23
-from spacy_pythainlp.core import *
+import spacy_pythainlp.core
24
25
nlp = spacy.blank("th")
26
# Segment the Doc into sentences
0 commit comments