├── AnnotatedData ├── en-annotated.tsv ├── fi-annotated.tsv ├── neu_en.txt └── neu_fi.txt ├── BERT_COLING_NER.ipynb ├── Projections ├── ar-projections.tsv ├── bg-projections.tsv ├── br-projections.tsv ├── bs-projections.tsv ├── cn-projections.tsv ├── cs-projections.tsv ├── da-projections.tsv ├── de-projections.tsv ├── el-projections.tsv ├── en-projections.tsv ├── es-projections.tsv ├── et-projections.tsv ├── eu-projections.tsv ├── fa-projections.tsv ├── fi-projections.tsv ├── fr-projections.tsv ├── gl-projections.tsv ├── he-projections.tsv ├── hr-projections.tsv ├── hu-projections.tsv ├── id-projections.tsv ├── is-projections.tsv ├── it-projections.tsv ├── ja-projections.tsv ├── mk-projections.tsv ├── ml-projections.tsv ├── ms-projections.tsv ├── nl-projections.tsv ├── no-projections.tsv ├── pl-projections.tsv ├── pt-projections.tsv ├── ro-projections.tsv ├── ru-projections.tsv ├── sk-projections.tsv ├── sl-projections.tsv ├── sr-projections.tsv ├── sv-projections.tsv ├── th-projections.tsv ├── tr-projections2.tsv ├── tw-projections.tsv ├── vi-projections.tsv └── zh-projections.tsv ├── README.md └── subtitle-retrieval ├── Makefile ├── find-links.pl ├── students ├── Makefile ├── pairs-ar.txt ├── pairs-bg.txt ├── pairs-bs.txt ├── pairs-cs.txt ├── pairs-da.txt ├── pairs-de.txt ├── pairs-el.txt ├── pairs-en.txt ├── pairs-es.txt ├── pairs-et.txt ├── pairs-eu.txt ├── pairs-fa.txt ├── pairs-fi.txt ├── pairs-fr.txt ├── pairs-gl.txt ├── pairs-he.txt ├── pairs-hr.txt ├── pairs-hu.txt ├── pairs-id.txt ├── pairs-is.txt ├── pairs-it.txt ├── pairs-ja.txt ├── pairs-mk.txt ├── pairs-ml.txt ├── pairs-ms.txt ├── pairs-nl.txt ├── pairs-no.txt ├── pairs-pl.txt ├── pairs-pt.txt ├── pairs-pt_br.txt ├── pairs-ro.txt ├── pairs-ru.txt ├── pairs-sk.txt ├── pairs-sl.txt ├── pairs-sr.txt ├── pairs-sv.txt ├── pairs-th.txt ├── pairs-tr.txt ├── pairs-vi.txt ├── pairs-ze_zh.txt ├── pairs-zh_cn.txt ├── pairs-zh_tw.txt └── student_annotations.csv └── xces2moses /AnnotatedData/en-annotated.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/AnnotatedData/en-annotated.tsv -------------------------------------------------------------------------------- /AnnotatedData/fi-annotated.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/AnnotatedData/fi-annotated.tsv -------------------------------------------------------------------------------- /AnnotatedData/neu_en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/AnnotatedData/neu_en.txt -------------------------------------------------------------------------------- /AnnotatedData/neu_fi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/AnnotatedData/neu_fi.txt -------------------------------------------------------------------------------- /BERT_COLING_NER.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/BERT_COLING_NER.ipynb -------------------------------------------------------------------------------- /Projections/ar-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/ar-projections.tsv -------------------------------------------------------------------------------- /Projections/bg-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/bg-projections.tsv -------------------------------------------------------------------------------- /Projections/br-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/br-projections.tsv -------------------------------------------------------------------------------- /Projections/bs-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/bs-projections.tsv -------------------------------------------------------------------------------- /Projections/cn-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/cn-projections.tsv -------------------------------------------------------------------------------- /Projections/cs-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/cs-projections.tsv -------------------------------------------------------------------------------- /Projections/da-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/da-projections.tsv -------------------------------------------------------------------------------- /Projections/de-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/de-projections.tsv -------------------------------------------------------------------------------- /Projections/el-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/el-projections.tsv -------------------------------------------------------------------------------- /Projections/en-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/en-projections.tsv -------------------------------------------------------------------------------- /Projections/es-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/es-projections.tsv -------------------------------------------------------------------------------- /Projections/et-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/et-projections.tsv -------------------------------------------------------------------------------- /Projections/eu-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/eu-projections.tsv -------------------------------------------------------------------------------- /Projections/fa-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/fa-projections.tsv -------------------------------------------------------------------------------- /Projections/fi-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/fi-projections.tsv -------------------------------------------------------------------------------- /Projections/fr-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/fr-projections.tsv -------------------------------------------------------------------------------- /Projections/gl-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/gl-projections.tsv -------------------------------------------------------------------------------- /Projections/he-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/he-projections.tsv -------------------------------------------------------------------------------- /Projections/hr-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/hr-projections.tsv -------------------------------------------------------------------------------- /Projections/hu-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/hu-projections.tsv -------------------------------------------------------------------------------- /Projections/id-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/id-projections.tsv -------------------------------------------------------------------------------- /Projections/is-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/is-projections.tsv -------------------------------------------------------------------------------- /Projections/it-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/it-projections.tsv -------------------------------------------------------------------------------- /Projections/ja-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/ja-projections.tsv -------------------------------------------------------------------------------- /Projections/mk-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/mk-projections.tsv -------------------------------------------------------------------------------- /Projections/ml-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/ml-projections.tsv -------------------------------------------------------------------------------- /Projections/ms-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/ms-projections.tsv -------------------------------------------------------------------------------- /Projections/nl-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/nl-projections.tsv -------------------------------------------------------------------------------- /Projections/no-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/no-projections.tsv -------------------------------------------------------------------------------- /Projections/pl-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/pl-projections.tsv -------------------------------------------------------------------------------- /Projections/pt-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/pt-projections.tsv -------------------------------------------------------------------------------- /Projections/ro-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/ro-projections.tsv -------------------------------------------------------------------------------- /Projections/ru-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/ru-projections.tsv -------------------------------------------------------------------------------- /Projections/sk-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/sk-projections.tsv -------------------------------------------------------------------------------- /Projections/sl-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/sl-projections.tsv -------------------------------------------------------------------------------- /Projections/sr-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/sr-projections.tsv -------------------------------------------------------------------------------- /Projections/sv-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/sv-projections.tsv -------------------------------------------------------------------------------- /Projections/th-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/th-projections.tsv -------------------------------------------------------------------------------- /Projections/tr-projections2.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/tr-projections2.tsv -------------------------------------------------------------------------------- /Projections/tw-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/tw-projections.tsv -------------------------------------------------------------------------------- /Projections/vi-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/vi-projections.tsv -------------------------------------------------------------------------------- /Projections/zh-projections.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/Projections/zh-projections.tsv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/README.md -------------------------------------------------------------------------------- /subtitle-retrieval/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/Makefile -------------------------------------------------------------------------------- /subtitle-retrieval/find-links.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/find-links.pl -------------------------------------------------------------------------------- /subtitle-retrieval/students/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/Makefile -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-ar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-ar.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-bg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-bg.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-bs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-bs.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-cs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-cs.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-da.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-da.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-de.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-de.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-el.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-el.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-en.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-es.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-es.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-et.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-et.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-eu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-eu.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-fa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-fa.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-fi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-fi.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-fr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-fr.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-gl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-gl.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-he.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-he.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-hr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-hr.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-hu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-hu.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-id.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-id.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-is.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-is.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-it.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-ja.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-ja.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-mk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-mk.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-ml.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-ml.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-ms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-ms.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-nl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-nl.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-no.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-no.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-pl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-pl.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-pt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-pt.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-pt_br.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-pt_br.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-ro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-ro.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-ru.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-sk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-sk.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-sl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-sl.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-sr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-sr.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-sv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-sv.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-th.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-th.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-tr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-tr.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-vi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-vi.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-ze_zh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-ze_zh.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-zh_cn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-zh_cn.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/pairs-zh_tw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/pairs-zh_tw.txt -------------------------------------------------------------------------------- /subtitle-retrieval/students/student_annotations.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/students/student_annotations.csv -------------------------------------------------------------------------------- /subtitle-retrieval/xces2moses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Helsinki-NLP/XED/HEAD/subtitle-retrieval/xces2moses --------------------------------------------------------------------------------