Skip to content

Commit 29f7b6d

Browse files
authored
Update README.md
1 parent 6aec509 commit 29f7b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package wraps the PyThaiNLP library to add support Thai for spaCy.
2020
**Example**
2121
```python
2222
import spacy
23-
from spacy_pythainlp.core import *
23+
import spacy_pythainlp.core
2424

2525
nlp = spacy.blank("th")
2626
# Segment the Doc into sentences

0 commit comments

Comments
 (0)