Skip to content

Commit

Permalink
Remove TODONE
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Jul 6, 2023
1 parent 2102192 commit f8f0cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stanza/utils/datasets/constituency/prepare_con_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ def process_ctb_51(paths, dataset_name, *args):


def process_ptb3_revised(paths, dataset_name, *args):
""" TODO """
input_dir = os.path.join(paths["CONSTITUENCY_BASE"], "english", "LDC2015T13_eng_news_txt_tbnk-ptb_revised")
if not os.path.exists(input_dir):
backup_input_dir = os.path.join(paths["CONSTITUENCY_BASE"], "english", "LDC2015T13")
Expand Down

0 comments on commit f8f0cf0

Please sign in to comment.