Spaces:
Build error
Build error
Upload 17 files
Browse files
app.py
CHANGED
|
@@ -412,6 +412,7 @@ if document_type == "Single-Document":
|
|
| 412 |
quarter,
|
| 413 |
ticker,
|
| 414 |
participant_type,
|
|
|
|
| 415 |
threshold,
|
| 416 |
)
|
| 417 |
|
|
@@ -457,6 +458,7 @@ else:
|
|
| 457 |
quarter,
|
| 458 |
ticker,
|
| 459 |
participant_type,
|
|
|
|
| 460 |
threshold,
|
| 461 |
)
|
| 462 |
results_list = sentence_id_combine(
|
|
@@ -487,6 +489,7 @@ else:
|
|
| 487 |
quarter,
|
| 488 |
ticker,
|
| 489 |
participant_type,
|
|
|
|
| 490 |
threshold,
|
| 491 |
)
|
| 492 |
results_list = sentence_id_combine(
|
|
@@ -531,6 +534,7 @@ else:
|
|
| 531 |
quarter,
|
| 532 |
ticker_first,
|
| 533 |
participant_type,
|
|
|
|
| 534 |
threshold,
|
| 535 |
)
|
| 536 |
results_list = sentence_id_combine(
|
|
@@ -552,6 +556,7 @@ else:
|
|
| 552 |
quarter,
|
| 553 |
ticker_second,
|
| 554 |
participant_type,
|
|
|
|
| 555 |
threshold,
|
| 556 |
)
|
| 557 |
results_list = sentence_id_combine(
|
|
@@ -585,6 +590,7 @@ else:
|
|
| 585 |
quarter,
|
| 586 |
ticker_first,
|
| 587 |
participant_type,
|
|
|
|
| 588 |
threshold,
|
| 589 |
)
|
| 590 |
results_list = sentence_id_combine(
|
|
@@ -605,6 +611,7 @@ else:
|
|
| 605 |
quarter,
|
| 606 |
ticker_second,
|
| 607 |
participant_type,
|
|
|
|
| 608 |
threshold,
|
| 609 |
)
|
| 610 |
results_list = sentence_id_combine(
|
|
|
|
| 412 |
quarter,
|
| 413 |
ticker,
|
| 414 |
participant_type,
|
| 415 |
+
keywords,
|
| 416 |
threshold,
|
| 417 |
)
|
| 418 |
|
|
|
|
| 458 |
quarter,
|
| 459 |
ticker,
|
| 460 |
participant_type,
|
| 461 |
+
keywords,
|
| 462 |
threshold,
|
| 463 |
)
|
| 464 |
results_list = sentence_id_combine(
|
|
|
|
| 489 |
quarter,
|
| 490 |
ticker,
|
| 491 |
participant_type,
|
| 492 |
+
keywords,
|
| 493 |
threshold,
|
| 494 |
)
|
| 495 |
results_list = sentence_id_combine(
|
|
|
|
| 534 |
quarter,
|
| 535 |
ticker_first,
|
| 536 |
participant_type,
|
| 537 |
+
keywords,
|
| 538 |
threshold,
|
| 539 |
)
|
| 540 |
results_list = sentence_id_combine(
|
|
|
|
| 556 |
quarter,
|
| 557 |
ticker_second,
|
| 558 |
participant_type,
|
| 559 |
+
keywords,
|
| 560 |
threshold,
|
| 561 |
)
|
| 562 |
results_list = sentence_id_combine(
|
|
|
|
| 590 |
quarter,
|
| 591 |
ticker_first,
|
| 592 |
participant_type,
|
| 593 |
+
keywords,
|
| 594 |
threshold,
|
| 595 |
)
|
| 596 |
results_list = sentence_id_combine(
|
|
|
|
| 611 |
quarter,
|
| 612 |
ticker_second,
|
| 613 |
participant_type,
|
| 614 |
+
keywords,
|
| 615 |
threshold,
|
| 616 |
)
|
| 617 |
results_list = sentence_id_combine(
|