Commit
·
563c6f6
1
Parent(s):
9506769
add text
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ ner_pipeline = pipeline(
|
|
17 |
|
18 |
|
19 |
def format_entities_as_html(entities):
|
20 |
-
excluded_keys = {"start", "end", "index"
|
21 |
html_output = "<div>"
|
22 |
|
23 |
for entity in entities:
|
|
|
17 |
|
18 |
|
19 |
def format_entities_as_html(entities):
|
20 |
+
excluded_keys = {"start", "end", "index"} # Keys to exclude from the output
|
21 |
html_output = "<div>"
|
22 |
|
23 |
for entity in entities:
|