spaCy/spacy/lang/eu/examples.py

12 lines
419 B
Python
Raw Normal View History

2020-03-04 06:58:56 +00:00
"""
Example sentences to test spaCy and its language models.
>>> from spacy.lang.eu.examples import sentences
>>> docs = nlp.pipe(sentences)
"""
sentences = [
2020-03-04 10:49:06 +00:00
"bilbon ko castinga egin da eta nik jakin ez zuetako inork egin al du edota parte hartu duen ezagunik ba al du",
2020-03-25 11:28:12 +00:00
"gaur telebistan entzunda denok martetik gatoz hortaz martzianoak gara beno nire ustez batzuk beste batzuk baino martzianoagoak dira",
2020-03-04 06:58:56 +00:00
]