mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 21:24:11 +03:00
commit
a218579be7
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.fi.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