mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Whitespace
This commit is contained in:
parent
e7c31f7eae
commit
63bd17135f
|
@ -90,5 +90,6 @@ def main():
|
|||
for token in doc:
|
||||
print(token.text, token.ent_type_)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
plac.call(main)
|
||||
|
|
Loading…
Reference in New Issue
Block a user