Commit f505b55e authored by Tags's avatar Tags

Erase teach_1.py - unused file in the bach.

parent 566e05d9
import spacy
nlp = spacy.load('en_core_web_md')
doc = nlp(u'This is the most interesting story about USA and Nokia. All is Ok. Samsung is bad company.')
for item in doc.sentence:
print(item)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment