We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c50af commit a16520bCopy full SHA for a16520b
examples/full_simple_example.py
@@ -24,7 +24,7 @@ def print_tokens(nlp, doc):
24
print(tabulate(df, showindex=False, headers=df.columns))
25
26
27
-sample_sentences = "Привет Миру! Как твои дела? Сегодня неплохая погода."
+sample_sentences = "Привет России и миру! Как твои дела? Сегодня неплохая погода."
28
if __name__ == '__main__':
29
nlp = spacy.load('ru2')
30
nlp.add_pipe(nlp.create_pipe('sentencizer'), first=True)
0 commit comments