spaCy/spacy/lang/eu/examples.py

15 lines
474 B
Python
Raw Normal View History

2020-03-04 09:58:56 +03:00
# coding: utf8
from __future__ import unicode_literals
"""
Example sentences to test spaCy and its language models.
>>> from spacy.lang.eu.examples import sentences
>>> docs = nlp.pipe(sentences)
"""
sentences = [
2020-03-04 13:49:06 +03:00
"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"
2020-03-04 09:58:56 +03:00
]