mirror of https://github.com/explosion/spaCy.git
* 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