diff --git a/spacy/lang/eu/examples.py b/spacy/lang/eu/examples.py index ec9f0dd06..f2d325d78 100644 --- a/spacy/lang/eu/examples.py +++ b/spacy/lang/eu/examples.py @@ -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" ]