mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
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
Block a user