mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Add examples
This commit is contained in:
parent
2f385385a9
commit
e30bbf5432
19
spacy/lang/ky/examples.py
Normal file
19
spacy/lang/ky/examples.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
"""
|
||||
Example sentences to test spaCy and its language models.
|
||||
>>> from spacy.lang.ky.examples import sentences
|
||||
>>> docs = nlp.pipe(sentences)
|
||||
"""
|
||||
|
||||
sentences = [
|
||||
"Apple Улуу Британия стартабын $1 миллиардга сатып алууну көздөөдө.",
|
||||
"Автоном автомобилдерди камсыздоо жоопкерчилиги өндүрүүчүлөргө артылды.",
|
||||
"Сан-Франциско тротуар менен жүрүүчү робот-курьерлерге тыю салууну караштырууда.",
|
||||
"Лондон - Улуу Британияда жайгашкан ири шаар.",
|
||||
"Кайдасың?",
|
||||
"Франциянын президенти ким?",
|
||||
"Америка Кошмо Штаттарынын борбор калаасы кайсы шаар?",
|
||||
"Барак Обама качан төрөлгөн?",
|
||||
]
|
Loading…
Reference in New Issue
Block a user