Skip to content

Commit a16520b

Browse files
committed
Improved example for docker.
1 parent 53c50af commit a16520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/full_simple_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def print_tokens(nlp, doc):
2424
print(tabulate(df, showindex=False, headers=df.columns))
2525

2626

27-
sample_sentences = "Привет Миру! Как твои дела? Сегодня неплохая погода."
27+
sample_sentences = "Привет России и миру! Как твои дела? Сегодня неплохая погода."
2828
if __name__ == '__main__':
2929
nlp = spacy.load('ru2')
3030
nlp.add_pipe(nlp.create_pipe('sentencizer'), first=True)

0 commit comments

Comments
 (0)