cools commited on
Commit
fd67634
·
1 Parent(s): a37dc7b

Update Tagger.py

Browse files
Files changed (1) hide show
  1. Tagger.py +1 -3
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)