From b16f19b6d76a11be1a9bdc4aab931d9ed2c06628 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Thu, 7 Apr 2022 14:42:54 +0200 Subject: [PATCH] Update 03_visualize-ner-manual.py (#35) --- examples/03_visualize-ner-manual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/03_visualize-ner-manual.py b/examples/03_visualize-ner-manual.py index 61f4b69..599dedb 100644 --- a/examples/03_visualize-ner-manual.py +++ b/examples/03_visualize-ner-manual.py @@ -16,6 +16,6 @@ doc, labels=["ORG"], show_table=False, - title="Persons, dates and locations", + title="Manual visualization of organisations", manual=True )