This commit is contained in:
Muhammad Irfan 2020-03-04 15:49:06 +05:00
parent 03376c9d9b
commit 224a7f8e94
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
# coding: utf8
from __future__ import unicode_literals
"""
Example sentences to test spaCy and its language models.
@ -9,8 +8,7 @@ Example sentences to test spaCy and its language models.
>>> docs = nlp.pipe(sentences)
"""
sentences = [
"",
""
"bilbon ko castinga egin da eta nik jakin ez zuetako inork egin al du edota parte hartu duen ezagunik ba al du",
"gaur telebistan entzunda denok martetik gatoz hortaz martzianoak gara beno nire ustez batzuk beste batzuk baino martzianoagoak dira"
]