├── .gitignore ├── LICENSE ├── README.md ├── Shared Task Evaluating Accuracy.pptx ├── curation ├── S001_01_To_60.txt │ └── CURATION_USER.tsv ├── S002_01_To_60.txt │ └── CURATION_USER.tsv ├── S003_01_To_60.txt │ └── CURATION_USER.tsv ├── S004_01_To_60.txt │ └── CURATION_USER.tsv ├── S005_00_Existing.txt │ └── CURATION_USER.tsv ├── S006_00_Existing.txt │ └── CURATION_USER.tsv ├── S007_00_Existing.txt │ └── CURATION_USER.tsv ├── S008_00_Existing.txt │ └── CURATION_USER.tsv ├── S009_00_Existing.txt │ └── CURATION_USER.tsv ├── S010_00_Existing.txt │ └── CURATION_USER.tsv ├── S011_00_Existing.txt │ └── CURATION_USER.tsv ├── S012_00_Existing.txt │ └── CURATION_USER.tsv ├── S013_00_Existing.txt │ └── CURATION_USER.tsv ├── S014_00_Existing.txt │ └── CURATION_USER.tsv ├── S015_00_Existing.txt │ └── CURATION_USER.tsv ├── S016_00_Existing.txt │ └── CURATION_USER.tsv ├── S017_00_Existing.txt │ └── CURATION_USER.tsv ├── S018_00_Existing.txt │ └── CURATION_USER.tsv ├── S019_01_To_60.txt │ └── CURATION_USER.tsv ├── S020_01_To_60.txt │ └── CURATION_USER.tsv ├── S021_01_To_60.txt │ └── CURATION_USER.tsv ├── S022_00_Existing.txt │ └── CURATION_USER.tsv ├── S023_00_Existing.txt │ └── CURATION_USER.tsv ├── S024_00_Existing.txt │ └── CURATION_USER.tsv ├── S025_00_Existing.txt │ └── CURATION_USER.tsv ├── S026_00_Existing.txt │ └── CURATION_USER.tsv ├── S027_00_Existing.txt │ └── CURATION_USER.tsv ├── S028_00_Existing.txt │ └── CURATION_USER.tsv ├── S029_01_To_60.txt │ └── CURATION_USER.tsv ├── S030_01_To_60.txt │ └── CURATION_USER.tsv ├── S031_01_To_60.txt │ └── CURATION_USER.tsv ├── S032_01_To_60.txt │ └── CURATION_USER.tsv ├── S033_01_To_60.txt │ └── CURATION_USER.tsv ├── S034_01_To_60.txt │ └── CURATION_USER.tsv ├── S035_01_To_60.txt │ └── CURATION_USER.tsv ├── S036_01_To_60.txt │ └── CURATION_USER.tsv ├── S037_01_To_60.txt │ └── CURATION_USER.tsv ├── S038_01_To_60.txt │ └── CURATION_USER.tsv ├── S039_01_To_60.txt │ └── CURATION_USER.tsv ├── S040_01_To_60.txt │ └── CURATION_USER.tsv ├── S041_01_To_60.txt │ └── CURATION_USER.tsv ├── S042_01_To_60.txt │ └── CURATION_USER.tsv ├── S043_01_To_60.txt │ └── CURATION_USER.tsv ├── S044_01_To_60.txt │ └── CURATION_USER.tsv ├── S045_01_To_60.txt │ └── CURATION_USER.tsv ├── S046_01_To_60.txt │ └── CURATION_USER.tsv ├── S047_01_To_60.txt │ └── CURATION_USER.tsv ├── S048_01_To_60.txt │ └── CURATION_USER.tsv ├── S049_01_To_60.txt │ └── CURATION_USER.tsv ├── S050_01_To_60.txt │ └── CURATION_USER.tsv ├── S051_01_To_60.txt │ └── CURATION_USER.tsv ├── S052_01_To_60.txt │ └── CURATION_USER.tsv ├── S053_01_To_60.txt │ └── CURATION_USER.tsv ├── S054_01_To_60.txt │ └── CURATION_USER.tsv ├── S055_01_To_60.txt │ └── CURATION_USER.tsv ├── S056_01_To_60.txt │ └── CURATION_USER.tsv ├── S057_01_To_60.txt │ └── CURATION_USER.tsv ├── S058_01_To_60.txt │ └── CURATION_USER.tsv ├── S059_01_To_60.txt │ └── CURATION_USER.tsv └── S060_01_To_60.txt │ └── CURATION_USER.tsv ├── evaluate.py ├── example_exercise ├── Example_Annotation_Exercise.docx └── Example_Annotation_Solution.docx ├── example_submissions ├── README.md ├── gsml_doc_based.csv ├── gsml_sent_based.csv ├── manual_checks │ ├── manual_check_of_evaluate_S001.xlsx │ ├── test_gsml.csv │ └── test_sample.csv ├── submission.csv ├── submission_blank.csv ├── submission_doc_based.csv ├── submission_malformed.csv ├── submission_overlapping.csv └── submission_sent_based.csv ├── games.csv ├── gsml.csv ├── shared_task.jsonl ├── test_gsml.py ├── test_set ├── README.md ├── games.csv ├── gsml.csv ├── shared_task.jsonl ├── texts │ ├── T001.txt │ ├── T002.txt │ ├── T003.txt │ ├── T004.txt │ ├── T005.txt │ ├── T006.txt │ ├── T007.txt │ ├── T008.txt │ ├── T009.txt │ ├── T010.txt │ ├── T011.txt │ ├── T012.txt │ ├── T013.txt │ ├── T014.txt │ ├── T015.txt │ ├── T016.txt │ ├── T017.txt │ ├── T018.txt │ ├── T019.txt │ ├── T020.txt │ ├── T021.txt │ ├── T022.txt │ ├── T023.txt │ ├── T024.txt │ ├── T025.txt │ ├── T026.txt │ ├── T027.txt │ ├── T028.txt │ ├── T029.txt │ └── T030.txt └── token_lookup.yaml ├── texts ├── S001.txt ├── S002.txt ├── S003.txt ├── S004.txt ├── S005.txt ├── S006.txt ├── S007.txt ├── S008.txt ├── S009.txt ├── S010.txt ├── S011.txt ├── S012.txt ├── S013.txt ├── S014.txt ├── S015.txt ├── S016.txt ├── S017.txt ├── S018.txt ├── S019.txt ├── S020.txt ├── S021.txt ├── S022.txt ├── S023.txt ├── S024.txt ├── S025.txt ├── S026.txt ├── S027.txt ├── S028.txt ├── S029.txt ├── S030.txt ├── S031.txt ├── S032.txt ├── S033.txt ├── S034.txt ├── S035.txt ├── S036.txt ├── S037.txt ├── S038.txt ├── S039.txt ├── S040.txt ├── S041.txt ├── S042.txt ├── S043.txt ├── S044.txt ├── S045.txt ├── S046.txt ├── S047.txt ├── S048.txt ├── S049.txt ├── S050.txt ├── S051.txt ├── S052.txt ├── S053.txt ├── S054.txt ├── S055.txt ├── S056.txt ├── S057.txt ├── S058.txt ├── S059.txt └── S060.txt ├── token_lookup.yaml └── word_docs ├── Finding Mistakes in Basketball S001.docx ├── Finding Mistakes in Basketball S002.docx ├── Finding Mistakes in Basketball S003.docx ├── Finding Mistakes in Basketball S004.docx ├── Finding Mistakes in Basketball S005.docx ├── Finding Mistakes in Basketball S006.docx ├── Finding Mistakes in Basketball S007.docx ├── Finding Mistakes in Basketball S008.docx ├── Finding Mistakes in Basketball S009.docx ├── Finding Mistakes in Basketball S010.docx ├── Finding Mistakes in Basketball S011.docx ├── Finding Mistakes in Basketball S012.docx ├── Finding Mistakes in Basketball S013.docx ├── Finding Mistakes in Basketball S014.docx ├── Finding Mistakes in Basketball S015.docx ├── Finding Mistakes in Basketball S016.docx ├── Finding Mistakes in Basketball S017.docx ├── Finding Mistakes in Basketball S018.docx ├── Finding Mistakes in Basketball S019.docx ├── Finding Mistakes in Basketball S020.docx ├── Finding Mistakes in Basketball S021.docx ├── Finding Mistakes in Basketball S022.docx ├── Finding Mistakes in Basketball S023.docx ├── Finding Mistakes in Basketball S024.docx ├── Finding Mistakes in Basketball S025.docx ├── Finding Mistakes in Basketball S026.docx ├── Finding Mistakes in Basketball S027.docx ├── Finding Mistakes in Basketball S028.docx ├── Finding Mistakes in Basketball S029.docx ├── Finding Mistakes in Basketball S030.docx ├── Finding Mistakes in Basketball S031.docx ├── Finding Mistakes in Basketball S032.docx ├── Finding Mistakes in Basketball S033.docx ├── Finding Mistakes in Basketball S034.docx ├── Finding Mistakes in Basketball S035.docx ├── Finding Mistakes in Basketball S036.docx ├── Finding Mistakes in Basketball S037.docx ├── Finding Mistakes in Basketball S038.docx ├── Finding Mistakes in Basketball S039.docx ├── Finding Mistakes in Basketball S040.docx ├── Finding Mistakes in Basketball S041.docx ├── Finding Mistakes in Basketball S042.docx ├── Finding Mistakes in Basketball S043.docx ├── Finding Mistakes in Basketball S044.docx ├── Finding Mistakes in Basketball S045.docx ├── Finding Mistakes in Basketball S046.docx ├── Finding Mistakes in Basketball S047.docx ├── Finding Mistakes in Basketball S048.docx ├── Finding Mistakes in Basketball S049.docx ├── Finding Mistakes in Basketball S050.docx ├── Finding Mistakes in Basketball S051.docx ├── Finding Mistakes in Basketball S052.docx ├── Finding Mistakes in Basketball S053.docx ├── Finding Mistakes in Basketball S054.docx ├── Finding Mistakes in Basketball S055.docx ├── Finding Mistakes in Basketball S056.docx ├── Finding Mistakes in Basketball S057.docx ├── Finding Mistakes in Basketball S058.docx ├── Finding Mistakes in Basketball S059.docx └── Finding Mistakes in Basketball S060.docx /.gitignore: -------------------------------------------------------------------------------- 1 | .~lock* 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/README.md -------------------------------------------------------------------------------- /Shared Task Evaluating Accuracy.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/Shared Task Evaluating Accuracy.pptx -------------------------------------------------------------------------------- /curation/S001_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S001_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S002_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S002_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S003_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S003_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S004_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S004_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S005_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S005_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S006_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S006_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S007_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S007_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S008_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S008_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S009_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S009_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S010_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S010_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S011_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S011_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S012_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S012_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S013_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S013_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S014_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S014_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S015_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S015_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S016_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S016_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S017_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S017_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S018_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S018_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S019_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S019_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S020_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S020_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S021_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S021_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S022_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S022_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S023_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S023_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S024_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S024_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S025_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S025_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S026_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S026_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S027_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S027_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S028_00_Existing.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S028_00_Existing.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S029_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S029_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S030_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S030_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S031_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S031_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S032_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S032_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S033_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S033_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S034_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S034_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S035_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S035_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S036_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S036_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S037_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S037_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S038_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S038_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S039_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S039_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S040_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S040_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S041_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S041_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S042_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S042_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S043_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S043_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S044_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S044_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S045_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S045_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S046_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S046_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S047_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S047_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S048_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S048_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S049_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S049_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S050_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S050_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S051_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S051_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S052_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S052_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S053_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S053_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S054_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S054_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S055_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S055_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S056_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S056_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S057_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S057_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S058_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S058_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S059_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S059_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /curation/S060_01_To_60.txt/CURATION_USER.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/curation/S060_01_To_60.txt/CURATION_USER.tsv -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/evaluate.py -------------------------------------------------------------------------------- /example_exercise/Example_Annotation_Exercise.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_exercise/Example_Annotation_Exercise.docx -------------------------------------------------------------------------------- /example_exercise/Example_Annotation_Solution.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_exercise/Example_Annotation_Solution.docx -------------------------------------------------------------------------------- /example_submissions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/README.md -------------------------------------------------------------------------------- /example_submissions/gsml_doc_based.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/gsml_doc_based.csv -------------------------------------------------------------------------------- /example_submissions/gsml_sent_based.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/gsml_sent_based.csv -------------------------------------------------------------------------------- /example_submissions/manual_checks/manual_check_of_evaluate_S001.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/manual_checks/manual_check_of_evaluate_S001.xlsx -------------------------------------------------------------------------------- /example_submissions/manual_checks/test_gsml.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/manual_checks/test_gsml.csv -------------------------------------------------------------------------------- /example_submissions/manual_checks/test_sample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/manual_checks/test_sample.csv -------------------------------------------------------------------------------- /example_submissions/submission.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/submission.csv -------------------------------------------------------------------------------- /example_submissions/submission_blank.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/submission_blank.csv -------------------------------------------------------------------------------- /example_submissions/submission_doc_based.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/submission_doc_based.csv -------------------------------------------------------------------------------- /example_submissions/submission_malformed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/submission_malformed.csv -------------------------------------------------------------------------------- /example_submissions/submission_overlapping.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/submission_overlapping.csv -------------------------------------------------------------------------------- /example_submissions/submission_sent_based.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/example_submissions/submission_sent_based.csv -------------------------------------------------------------------------------- /games.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/games.csv -------------------------------------------------------------------------------- /gsml.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/gsml.csv -------------------------------------------------------------------------------- /shared_task.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/shared_task.jsonl -------------------------------------------------------------------------------- /test_gsml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_gsml.py -------------------------------------------------------------------------------- /test_set/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/README.md -------------------------------------------------------------------------------- /test_set/games.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/games.csv -------------------------------------------------------------------------------- /test_set/gsml.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/gsml.csv -------------------------------------------------------------------------------- /test_set/shared_task.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/shared_task.jsonl -------------------------------------------------------------------------------- /test_set/texts/T001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T001.txt -------------------------------------------------------------------------------- /test_set/texts/T002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T002.txt -------------------------------------------------------------------------------- /test_set/texts/T003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T003.txt -------------------------------------------------------------------------------- /test_set/texts/T004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T004.txt -------------------------------------------------------------------------------- /test_set/texts/T005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T005.txt -------------------------------------------------------------------------------- /test_set/texts/T006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T006.txt -------------------------------------------------------------------------------- /test_set/texts/T007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T007.txt -------------------------------------------------------------------------------- /test_set/texts/T008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T008.txt -------------------------------------------------------------------------------- /test_set/texts/T009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T009.txt -------------------------------------------------------------------------------- /test_set/texts/T010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T010.txt -------------------------------------------------------------------------------- /test_set/texts/T011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T011.txt -------------------------------------------------------------------------------- /test_set/texts/T012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T012.txt -------------------------------------------------------------------------------- /test_set/texts/T013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T013.txt -------------------------------------------------------------------------------- /test_set/texts/T014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T014.txt -------------------------------------------------------------------------------- /test_set/texts/T015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T015.txt -------------------------------------------------------------------------------- /test_set/texts/T016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T016.txt -------------------------------------------------------------------------------- /test_set/texts/T017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T017.txt -------------------------------------------------------------------------------- /test_set/texts/T018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T018.txt -------------------------------------------------------------------------------- /test_set/texts/T019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T019.txt -------------------------------------------------------------------------------- /test_set/texts/T020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T020.txt -------------------------------------------------------------------------------- /test_set/texts/T021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T021.txt -------------------------------------------------------------------------------- /test_set/texts/T022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T022.txt -------------------------------------------------------------------------------- /test_set/texts/T023.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T023.txt -------------------------------------------------------------------------------- /test_set/texts/T024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T024.txt -------------------------------------------------------------------------------- /test_set/texts/T025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T025.txt -------------------------------------------------------------------------------- /test_set/texts/T026.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T026.txt -------------------------------------------------------------------------------- /test_set/texts/T027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T027.txt -------------------------------------------------------------------------------- /test_set/texts/T028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T028.txt -------------------------------------------------------------------------------- /test_set/texts/T029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T029.txt -------------------------------------------------------------------------------- /test_set/texts/T030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/texts/T030.txt -------------------------------------------------------------------------------- /test_set/token_lookup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/test_set/token_lookup.yaml -------------------------------------------------------------------------------- /texts/S001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S001.txt -------------------------------------------------------------------------------- /texts/S002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S002.txt -------------------------------------------------------------------------------- /texts/S003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S003.txt -------------------------------------------------------------------------------- /texts/S004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S004.txt -------------------------------------------------------------------------------- /texts/S005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S005.txt -------------------------------------------------------------------------------- /texts/S006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S006.txt -------------------------------------------------------------------------------- /texts/S007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S007.txt -------------------------------------------------------------------------------- /texts/S008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S008.txt -------------------------------------------------------------------------------- /texts/S009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S009.txt -------------------------------------------------------------------------------- /texts/S010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S010.txt -------------------------------------------------------------------------------- /texts/S011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S011.txt -------------------------------------------------------------------------------- /texts/S012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S012.txt -------------------------------------------------------------------------------- /texts/S013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S013.txt -------------------------------------------------------------------------------- /texts/S014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S014.txt -------------------------------------------------------------------------------- /texts/S015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S015.txt -------------------------------------------------------------------------------- /texts/S016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S016.txt -------------------------------------------------------------------------------- /texts/S017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S017.txt -------------------------------------------------------------------------------- /texts/S018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S018.txt -------------------------------------------------------------------------------- /texts/S019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S019.txt -------------------------------------------------------------------------------- /texts/S020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S020.txt -------------------------------------------------------------------------------- /texts/S021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S021.txt -------------------------------------------------------------------------------- /texts/S022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S022.txt -------------------------------------------------------------------------------- /texts/S023.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S023.txt -------------------------------------------------------------------------------- /texts/S024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S024.txt -------------------------------------------------------------------------------- /texts/S025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S025.txt -------------------------------------------------------------------------------- /texts/S026.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S026.txt -------------------------------------------------------------------------------- /texts/S027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S027.txt -------------------------------------------------------------------------------- /texts/S028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S028.txt -------------------------------------------------------------------------------- /texts/S029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S029.txt -------------------------------------------------------------------------------- /texts/S030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S030.txt -------------------------------------------------------------------------------- /texts/S031.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S031.txt -------------------------------------------------------------------------------- /texts/S032.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S032.txt -------------------------------------------------------------------------------- /texts/S033.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S033.txt -------------------------------------------------------------------------------- /texts/S034.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S034.txt -------------------------------------------------------------------------------- /texts/S035.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S035.txt -------------------------------------------------------------------------------- /texts/S036.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S036.txt -------------------------------------------------------------------------------- /texts/S037.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S037.txt -------------------------------------------------------------------------------- /texts/S038.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S038.txt -------------------------------------------------------------------------------- /texts/S039.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S039.txt -------------------------------------------------------------------------------- /texts/S040.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S040.txt -------------------------------------------------------------------------------- /texts/S041.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S041.txt -------------------------------------------------------------------------------- /texts/S042.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S042.txt -------------------------------------------------------------------------------- /texts/S043.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S043.txt -------------------------------------------------------------------------------- /texts/S044.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S044.txt -------------------------------------------------------------------------------- /texts/S045.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S045.txt -------------------------------------------------------------------------------- /texts/S046.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S046.txt -------------------------------------------------------------------------------- /texts/S047.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S047.txt -------------------------------------------------------------------------------- /texts/S048.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S048.txt -------------------------------------------------------------------------------- /texts/S049.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S049.txt -------------------------------------------------------------------------------- /texts/S050.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S050.txt -------------------------------------------------------------------------------- /texts/S051.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S051.txt -------------------------------------------------------------------------------- /texts/S052.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S052.txt -------------------------------------------------------------------------------- /texts/S053.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S053.txt -------------------------------------------------------------------------------- /texts/S054.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S054.txt -------------------------------------------------------------------------------- /texts/S055.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S055.txt -------------------------------------------------------------------------------- /texts/S056.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S056.txt -------------------------------------------------------------------------------- /texts/S057.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S057.txt -------------------------------------------------------------------------------- /texts/S058.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S058.txt -------------------------------------------------------------------------------- /texts/S059.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S059.txt -------------------------------------------------------------------------------- /texts/S060.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/texts/S060.txt -------------------------------------------------------------------------------- /token_lookup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/token_lookup.yaml -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S001.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S001.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S002.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S002.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S003.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S003.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S004.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S004.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S005.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S005.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S006.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S006.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S007.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S007.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S008.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S008.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S009.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S009.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S010.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S010.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S011.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S011.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S012.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S012.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S013.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S013.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S014.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S014.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S015.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S015.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S016.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S016.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S017.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S017.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S018.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S018.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S019.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S019.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S020.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S020.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S021.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S021.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S022.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S022.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S023.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S023.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S024.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S024.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S025.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S025.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S026.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S026.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S027.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S027.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S028.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S028.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S029.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S029.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S030.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S030.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S031.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S031.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S032.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S032.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S033.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S033.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S034.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S034.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S035.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S035.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S036.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S036.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S037.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S037.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S038.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S038.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S039.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S039.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S040.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S040.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S041.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S041.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S042.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S042.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S043.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S043.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S044.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S044.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S045.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S045.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S046.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S046.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S047.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S047.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S048.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S048.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S049.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S049.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S050.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S050.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S051.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S051.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S052.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S052.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S053.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S053.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S054.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S054.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S055.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S055.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S056.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S056.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S057.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S057.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S058.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S058.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S059.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S059.docx -------------------------------------------------------------------------------- /word_docs/Finding Mistakes in Basketball S060.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehudreiter/accuracySharedTask/HEAD/word_docs/Finding Mistakes in Basketball S060.docx --------------------------------------------------------------------------------