mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Added Finnish examples
This commit is contained in:
parent
82acb8f399
commit
266efc2018
15
spacy/lang/fi/examples.py
Normal file
15
spacy/lang/fi/examples.py
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# coding: utf8
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
"""
|
||||||
|
Example sentences to test spaCy and its language models.
|
||||||
|
>>> from spacy.lang.tr.examples import sentences
|
||||||
|
>>> docs = nlp.pipe(sentences)
|
||||||
|
"""
|
||||||
|
|
||||||
|
sentences = [
|
||||||
|
"Apple harkitsee ostavansa startup-yrityksen UK:sta 1 miljardilla dollarilla."
|
||||||
|
"Itseajavat autot siirtävät vakuutusriskin valmistajille."
|
||||||
|
"San Francisco harkitsee jakelurobottien kieltämistä jalkakäytävillä."
|
||||||
|
"Lontoo on iso kaupunki Iso-Britanniassa."
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user