Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ On October 5, CNBC reported that LG Energy Solution Ltd (KRX:373220), one of the
|
|
15 |
|
16 |
ner_examples = [[
|
17 |
text1,
|
18 |
-
"brand, date,
|
19 |
]]
|
20 |
|
21 |
def merge_entities(entities):
|
|
|
15 |
|
16 |
ner_examples = [[
|
17 |
text1,
|
18 |
+
"brand, date, car kind", 0.5, False
|
19 |
]]
|
20 |
|
21 |
def merge_entities(entities):
|