Skip to content

Commit 1d0863d

Browse files
committed
whoopsies we should actually run the main function
1 parent a4f7db4 commit 1d0863d

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

stanza/utils/datasets/coref/convert_udcoref.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -367,16 +367,4 @@ def main():
367367
process_dataset(project, coref_output_path, args.split_test, train_filenames, dev_filenames)
368368

369369
if __name__ == '__main__':
370-
# main()
371-
372-
project = "test"
373-
374-
paths = get_default_paths()
375-
coref_output_path = paths['COREF_DATA_DIR']
376-
process_dataset(
377-
project,
378-
coref_output_path,
379-
False,
380-
["./extern_data/coref/corefud_v1_3/hu_szegedkoref-corefud-dev.conllu"],
381-
["./extern_data/coref/corefud_v1_3/hu_szegedkoref-corefud-dev.conllu"]
382-
)
370+
main()

0 commit comments

Comments
 (0)