Fix formatting

This commit is contained in:
ines 2018-07-24 22:40:49 +02:00
parent 1b3da8d2ae
commit 2d8ffb8bcd

View File

@ -107,4 +107,3 @@ for id in CURRENT_MODELS
print(doc.text)
for token in doc:
print(token.text, token.pos_, token.dep_)