From 63bd17135ff9da5d1326a7236d33c025cdbfb407 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 6 Oct 2015 10:37:07 +1100 Subject: [PATCH] * Whitespace --- examples/multi_word_matches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/multi_word_matches.py b/examples/multi_word_matches.py index 25a34096e..06cc313a9 100644 --- a/examples/multi_word_matches.py +++ b/examples/multi_word_matches.py @@ -90,5 +90,6 @@ def main(): for token in doc: print(token.text, token.ent_type_) + if __name__ == '__main__': plac.call(main)