Update Tagger.py
Browse files
Tagger.py
CHANGED
|
@@ -68,6 +68,4 @@ def process_file(folderpath, draw=False):
|
|
| 68 |
paras_text = get_paragraphed_text(folderpath)
|
| 69 |
majority_author_sent, majority_author_para_ind, score = get_majority_author_sentence(paras_text)
|
| 70 |
if draw:
|
| 71 |
-
draw_line_above_sent(folderpath, majority_author_sent, majority_author_para_ind)
|
| 72 |
-
|
| 73 |
-
process_file("PDF Cases/462_122", draw=True)
|
|
|
|
| 68 |
paras_text = get_paragraphed_text(folderpath)
|
| 69 |
majority_author_sent, majority_author_para_ind, score = get_majority_author_sentence(paras_text)
|
| 70 |
if draw:
|
| 71 |
+
draw_line_above_sent(folderpath, majority_author_sent, majority_author_para_ind)
|
|
|
|
|
|