* Whitespace

This commit is contained in:
Matthew Honnibal 2015-10-06 10:37:07 +11:00
parent e7c31f7eae
commit 63bd17135f

View File

@ -90,5 +90,6 @@ def main():
for token in doc:
print(token.text, token.ent_type_)
if __name__ == '__main__':
plac.call(main)