├── README.md ├── baselines ├── README.md ├── scores.uedin-wmt16-full ├── scores.uedin-wmt16-parallel-single ├── scores.uedin-wmt16-single ├── scores.uedin-wmt17-full └── scores.uedin-wmt17-single ├── de-en.final.json ├── de-fr.final.json ├── evaluate.py ├── json_to_plaintext.py ├── score.sh └── testsuite_wmt18 ├── Readme.md ├── de-en.wsd.task.de ├── de-en.wsd.task.doc_ids.de ├── de-en.wsd.task.en ├── de-en.wsd.task.en.detok ├── de-en.wsd.task.json ├── evaluate.py ├── evaluate_example.sh └── final_eval.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/README.md -------------------------------------------------------------------------------- /baselines/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/baselines/README.md -------------------------------------------------------------------------------- /baselines/scores.uedin-wmt16-full: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/baselines/scores.uedin-wmt16-full -------------------------------------------------------------------------------- /baselines/scores.uedin-wmt16-parallel-single: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/baselines/scores.uedin-wmt16-parallel-single -------------------------------------------------------------------------------- /baselines/scores.uedin-wmt16-single: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/baselines/scores.uedin-wmt16-single -------------------------------------------------------------------------------- /baselines/scores.uedin-wmt17-full: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/baselines/scores.uedin-wmt17-full -------------------------------------------------------------------------------- /baselines/scores.uedin-wmt17-single: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/baselines/scores.uedin-wmt17-single -------------------------------------------------------------------------------- /de-en.final.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/de-en.final.json -------------------------------------------------------------------------------- /de-fr.final.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/de-fr.final.json -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/evaluate.py -------------------------------------------------------------------------------- /json_to_plaintext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/json_to_plaintext.py -------------------------------------------------------------------------------- /score.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/score.sh -------------------------------------------------------------------------------- /testsuite_wmt18/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/Readme.md -------------------------------------------------------------------------------- /testsuite_wmt18/de-en.wsd.task.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/de-en.wsd.task.de -------------------------------------------------------------------------------- /testsuite_wmt18/de-en.wsd.task.doc_ids.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/de-en.wsd.task.doc_ids.de -------------------------------------------------------------------------------- /testsuite_wmt18/de-en.wsd.task.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/de-en.wsd.task.en -------------------------------------------------------------------------------- /testsuite_wmt18/de-en.wsd.task.en.detok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/de-en.wsd.task.en.detok -------------------------------------------------------------------------------- /testsuite_wmt18/de-en.wsd.task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/de-en.wsd.task.json -------------------------------------------------------------------------------- /testsuite_wmt18/evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/evaluate.py -------------------------------------------------------------------------------- /testsuite_wmt18/evaluate_example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/evaluate_example.sh -------------------------------------------------------------------------------- /testsuite_wmt18/final_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZurichNLP/ContraWSD/HEAD/testsuite_wmt18/final_eval.py --------------------------------------------------------------------------------