mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Update formatting and add missing commas
This commit is contained in:
parent
266efc2018
commit
719037cf20
|
@ -3,13 +3,13 @@ from __future__ import unicode_literals
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Example sentences to test spaCy and its language models.
|
Example sentences to test spaCy and its language models.
|
||||||
>>> from spacy.lang.tr.examples import sentences
|
>>> from spacy.lang.fi.examples import sentences
|
||||||
>>> docs = nlp.pipe(sentences)
|
>>> docs = nlp.pipe(sentences)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
sentences = [
|
sentences = [
|
||||||
"Apple harkitsee ostavansa startup-yrityksen UK:sta 1 miljardilla dollarilla."
|
"Apple harkitsee ostavansa startup-yrityksen UK:sta 1 miljardilla dollarilla.",
|
||||||
"Itseajavat autot siirtävät vakuutusriskin valmistajille."
|
"Itseajavat autot siirtävät vakuutusriskin valmistajille.",
|
||||||
"San Francisco harkitsee jakelurobottien kieltämistä jalkakäytävillä."
|
"San Francisco harkitsee jakelurobottien kieltämistä jalkakäytävillä.",
|
||||||
"Lontoo on iso kaupunki Iso-Britanniassa."
|
"Lontoo on iso kaupunki Iso-Britanniassa."
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user