We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2368a8 commit 83830f8Copy full SHA for 83830f8
2 files changed
README.md
@@ -11,12 +11,12 @@ Work in processing...
11
12
```python
13
import spacy
14
-from spacy_pythainlp.sents import *
+from spacy_pythainlp.core import *
15
16
nlp = spacy.blank("th")
17
# Segment the Doc into sentences
18
nlp.add_pipe(
19
- "th_sents",
+ "pythainlp",
20
)
21
22
data=nlp("ผมเป็นคนไทย แต่มะลิอยากไปโรงเรียนส่วนผมจะไปไหน ผมอยากไปเที่ยว")
setup.py
@@ -11,7 +11,7 @@
setup(
name="spacy-pythainlp",
- version="0.1dev0",
+ version="0.1dev1",
description="PyThaiNLP For spaCy",
long_description=readme,
long_description_content_type="text/markdown",
0 commit comments