Skip to content

Commit 83830f8

Browse files
committed
spacy-pythainlp v0.1dev1
1 parent d2368a8 commit 83830f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Work in processing...
1111

1212
```python
1313
import spacy
14-
from spacy_pythainlp.sents import *
14+
from spacy_pythainlp.core import *
1515

1616
nlp = spacy.blank("th")
1717
# Segment the Doc into sentences
1818
nlp.add_pipe(
19-
"th_sents",
19+
"pythainlp",
2020
)
2121

2222
data=nlp("ผมเป็นคนไทย แต่มะลิอยากไปโรงเรียนส่วนผมจะไปไหน ผมอยากไปเที่ยว")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="spacy-pythainlp",
14-
version="0.1dev0",
14+
version="0.1dev1",
1515
description="PyThaiNLP For spaCy",
1616
long_description=readme,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)