mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
1b3da8d2ae
commit
2d8ffb8bcd
|
@ -107,4 +107,3 @@ for id in CURRENT_MODELS
|
|||
print(doc.text)
|
||||
for token in doc:
|
||||
print(token.text, token.pos_, token.dep_)
|
||||
|
||||
|
|
Loading…
Reference in New Issue