resources

PKU Multiview Treebank

PKU Multi-view Chinese Treebank, released by PKU-ICL. It contains the sentences from People’s Daily(19980101-19980110). The number of sentences in it is 14463.

hanlp.datasets.parsing.pmt1.PTM_V1_DEV = 'https://github.com/qiulikun/PKUMultiviewTreebank/archive/refs/heads/master.zip#dev.conllx'

The dev set of PKU Multi-view Chinese Treebank (PMT) 1.0 (Qiu et al. 2014).

hanlp.datasets.parsing.pmt1.PTM_V1_TEST = 'https://github.com/qiulikun/PKUMultiviewTreebank/archive/refs/heads/master.zip#test.conllx'

The test set of PKU Multi-view Chinese Treebank (PMT) 1.0 (Qiu et al. 2014).

hanlp.datasets.parsing.pmt1.PTM_V1_TRAIN = 'https://github.com/qiulikun/PKUMultiviewTreebank/archive/refs/heads/master.zip#train.conllx'

The training set of PKU Multi-view Chinese Treebank (PMT) 1.0 (Qiu et al. 2014).

Chinese Treebank

CTB5

hanlp.datasets.parsing.ctb5.CTB5_DEP_DEV = 'https://file.hankcs.com/hanlp/embeddings/SUDA-LA-CIP_20200109_021624.zip#BPNN/data/ctb5/dev.conll'

Dev set for ctb5 dependency parsing.

hanlp.datasets.parsing.ctb5.CTB5_DEP_TEST = 'https://file.hankcs.com/hanlp/embeddings/SUDA-LA-CIP_20200109_021624.zip#BPNN/data/ctb5/test.conll'

Test set for ctb5 dependency parsing.

hanlp.datasets.parsing.ctb5.CTB5_DEP_TRAIN = 'https://file.hankcs.com/hanlp/embeddings/SUDA-LA-CIP_20200109_021624.zip#BPNN/data/ctb5/train.conll'

Training set for ctb5 dependency parsing.

CTB7

hanlp.datasets.parsing.ctb7.CTB7_DEP_DEV = 'https://file.hankcs.com/hanlp/embeddings/SUDA-LA-CIP_20200109_021624.zip#BPNN/data/ctb7/dev.conll'

Dev set for ctb7 dependency parsing.

hanlp.datasets.parsing.ctb7.CTB7_DEP_TEST = 'https://file.hankcs.com/hanlp/embeddings/SUDA-LA-CIP_20200109_021624.zip#BPNN/data/ctb7/test.conll'

Test set for ctb7 dependency parsing.

hanlp.datasets.parsing.ctb7.CTB7_DEP_TRAIN = 'https://file.hankcs.com/hanlp/embeddings/SUDA-LA-CIP_20200109_021624.zip#BPNN/data/ctb7/train.conll'

Training set for ctb7 dependency parsing.

CTB8

Attention

We propose a new data split for CTB which is different from the academia conventions with the following 3 advantages.

  • Easy to reproduce. Files ending with 8 go to dev set, ending with 9 go to the test set, otherwise go to the training set.

  • Full use of CTB8. The academia conventional split omits 50 gold files while we recall them.

  • More balanced split across genres. Proportions of samples in each genres are similar.

We also use Stanford Dependencies 3.3.0 which offers fine-grained relations and more grammars than the conventional head finding rules introduced by Zhang & Clark (2008).

Therefore, scores on our preprocessed CTB8 are not directly comparable to those in most literatures. We have experimented the same model on the conventionally baked CTB8 and the scores could be 4~5 points higher. We believe it’s worthy since HanLP is made for practical purposes, not just for producing pretty numbers.

hanlp.datasets.parsing.ctb8.CTB8_SD330_TRAIN = 'https://wakespace.lib.wfu.edu/bitstream/handle/10339/39379/LDC2013T21.tgz#data/tasks/dep/train.conllx'

Training set for ctb8 in Stanford Dependencies 3.3.0 standard.

hanlp.datasets.parsing.ctb8.CTB8_SD330_DEV = 'https://wakespace.lib.wfu.edu/bitstream/handle/10339/39379/LDC2013T21.tgz#data/tasks/dep/dev.conllx'

Dev set for ctb8 in Stanford Dependencies 3.3.0 standard.

hanlp.datasets.parsing.ctb8.CTB8_SD330_TEST = 'https://wakespace.lib.wfu.edu/bitstream/handle/10339/39379/LDC2013T21.tgz#data/tasks/dep/test.conllx'

Test set for ctb8 in Stanford Dependencies 3.3.0 standard.

CTB9

Attention

Similar preprocessing and splits with CTB8 are applied. See the notice above.

hanlp.datasets.parsing.ctb9.CTB9_SD330_TRAIN = 'https://catalog.ldc.upenn.edu/LDC2016T13/ctb9.0_LDC2016T13.tgz#data/tasks/dep/train.conllx'

Training set for ctb9 in Stanford Dependencies 3.3.0 standard.

hanlp.datasets.parsing.ctb9.CTB9_SD330_DEV = 'https://catalog.ldc.upenn.edu/LDC2016T13/ctb9.0_LDC2016T13.tgz#data/tasks/dep/dev.conllx'

Dev set for ctb9 in Stanford Dependencies 3.3.0 standard.

hanlp.datasets.parsing.ctb9.CTB9_SD330_TEST = 'https://catalog.ldc.upenn.edu/LDC2016T13/ctb9.0_LDC2016T13.tgz#data/tasks/dep/test.conllx'

Test set for ctb9 in Stanford Dependencies 3.3.0 standard.

English Treebank

PTB

hanlp.datasets.parsing.ptb.PTB_SD330_TRAIN = 'https://github.com/KhalilMrini/LAL-Parser/archive/master.zip#data/ptb_train_3.3.0.sd.clean'

Training set of PTB in Stanford Dependencies 3.3.0 format. PoS tags are automatically predicted using 10-fold jackknifing (Collins & Koo 2005).

hanlp.datasets.parsing.ptb.PTB_SD330_DEV = 'https://github.com/KhalilMrini/LAL-Parser/archive/master.zip#data/ptb_dev_3.3.0.sd.clean'

Dev set of PTB in Stanford Dependencies 3.3.0 format. PoS tags are automatically predicted using 10-fold jackknifing (Collins & Koo 2005).

hanlp.datasets.parsing.ptb.PTB_SD330_TEST = 'https://github.com/KhalilMrini/LAL-Parser/archive/master.zip#data/ptb_test_3.3.0.sd.clean'

Test set of PTB in Stanford Dependencies 3.3.0 format. PoS tags are automatically predicted using 10-fold jackknifing (Collins & Koo 2005).

Universal Dependencies

Languages

hanlp.datasets.parsing.ud.ud27.UD_27_AFRIKAANS_AFRIBOOMS_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Afrikaans-AfriBooms/af_afribooms-ud-dev.conllu'

UD_27 dev set of AFRIKAANS_AFRIBOOMS.

hanlp.datasets.parsing.ud.ud27.UD_27_AFRIKAANS_AFRIBOOMS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Afrikaans-AfriBooms/af_afribooms-ud-test.conllu'

UD_27 test set of AFRIKAANS_AFRIBOOMS.

hanlp.datasets.parsing.ud.ud27.UD_27_AFRIKAANS_AFRIBOOMS_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Afrikaans-AfriBooms/af_afribooms-ud-train.conllu'

UD_27 train set of AFRIKAANS_AFRIBOOMS.

hanlp.datasets.parsing.ud.ud27.UD_27_AKKADIAN_PISANDUB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Akkadian-PISANDUB/akk_pisandub-ud-test.conllu'

UD_27 test set of AKKADIAN_PISANDUB.

hanlp.datasets.parsing.ud.ud27.UD_27_AKKADIAN_RIAO_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Akkadian-RIAO/akk_riao-ud-test.conllu'

UD_27 test set of AKKADIAN_RIAO.

hanlp.datasets.parsing.ud.ud27.UD_27_AKUNTSU_TUDET_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Akuntsu-TuDeT/aqz_tudet-ud-test.conllu'

UD_27 test set of AKUNTSU_TUDET.

hanlp.datasets.parsing.ud.ud27.UD_27_ALBANIAN_TSA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Albanian-TSA/sq_tsa-ud-test.conllu'

UD_27 test set of ALBANIAN_TSA.

hanlp.datasets.parsing.ud.ud27.UD_27_AMHARIC_ATT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Amharic-ATT/am_att-ud-test.conllu'

UD_27 test set of AMHARIC_ATT.

hanlp.datasets.parsing.ud.ud27.UD_27_ANCIENT_GREEK_PERSEUS_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ancient_Greek-Perseus/grc_perseus-ud-dev.conllu'

UD_27 dev set of ANCIENT_GREEK_PERSEUS.

hanlp.datasets.parsing.ud.ud27.UD_27_ANCIENT_GREEK_PERSEUS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ancient_Greek-Perseus/grc_perseus-ud-test.conllu'

UD_27 test set of ANCIENT_GREEK_PERSEUS.

hanlp.datasets.parsing.ud.ud27.UD_27_ANCIENT_GREEK_PERSEUS_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ancient_Greek-Perseus/grc_perseus-ud-train.conllu'

UD_27 train set of ANCIENT_GREEK_PERSEUS.

hanlp.datasets.parsing.ud.ud27.UD_27_ANCIENT_GREEK_PROIEL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ancient_Greek-PROIEL/grc_proiel-ud-dev.conllu'

UD_27 dev set of ANCIENT_GREEK_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_ANCIENT_GREEK_PROIEL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ancient_Greek-PROIEL/grc_proiel-ud-test.conllu'

UD_27 test set of ANCIENT_GREEK_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_ANCIENT_GREEK_PROIEL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ancient_Greek-PROIEL/grc_proiel-ud-train.conllu'

UD_27 train set of ANCIENT_GREEK_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_APURINA_UFPA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Apurina-UFPA/apu_ufpa-ud-test.conllu'

UD_27 test set of APURINA_UFPA.

hanlp.datasets.parsing.ud.ud27.UD_27_ARABIC_NYUAD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Arabic-NYUAD/ar_nyuad-ud-dev.conllu'

UD_27 dev set of ARABIC_NYUAD.

hanlp.datasets.parsing.ud.ud27.UD_27_ARABIC_NYUAD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Arabic-NYUAD/ar_nyuad-ud-test.conllu'

UD_27 test set of ARABIC_NYUAD.

hanlp.datasets.parsing.ud.ud27.UD_27_ARABIC_NYUAD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Arabic-NYUAD/ar_nyuad-ud-train.conllu'

UD_27 train set of ARABIC_NYUAD.

hanlp.datasets.parsing.ud.ud27.UD_27_ARABIC_PADT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Arabic-PADT/ar_padt-ud-dev.conllu'

UD_27 dev set of ARABIC_PADT.

hanlp.datasets.parsing.ud.ud27.UD_27_ARABIC_PADT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Arabic-PADT/ar_padt-ud-test.conllu'

UD_27 test set of ARABIC_PADT.

hanlp.datasets.parsing.ud.ud27.UD_27_ARABIC_PADT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Arabic-PADT/ar_padt-ud-train.conllu'

UD_27 train set of ARABIC_PADT.

hanlp.datasets.parsing.ud.ud27.UD_27_ARABIC_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Arabic-PUD/ar_pud-ud-test.conllu'

UD_27 test set of ARABIC_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_ARMENIAN_ARMTDP_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Armenian-ArmTDP/hy_armtdp-ud-dev.conllu'

UD_27 dev set of ARMENIAN_ARMTDP.

hanlp.datasets.parsing.ud.ud27.UD_27_ARMENIAN_ARMTDP_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Armenian-ArmTDP/hy_armtdp-ud-test.conllu'

UD_27 test set of ARMENIAN_ARMTDP.

hanlp.datasets.parsing.ud.ud27.UD_27_ARMENIAN_ARMTDP_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Armenian-ArmTDP/hy_armtdp-ud-train.conllu'

UD_27 train set of ARMENIAN_ARMTDP.

hanlp.datasets.parsing.ud.ud27.UD_27_ASSYRIAN_AS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Assyrian-AS/aii_as-ud-test.conllu'

UD_27 test set of ASSYRIAN_AS.

hanlp.datasets.parsing.ud.ud27.UD_27_BAMBARA_CRB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Bambara-CRB/bm_crb-ud-test.conllu'

UD_27 test set of BAMBARA_CRB.

hanlp.datasets.parsing.ud.ud27.UD_27_BASQUE_BDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Basque-BDT/eu_bdt-ud-dev.conllu'

UD_27 dev set of BASQUE_BDT.

hanlp.datasets.parsing.ud.ud27.UD_27_BASQUE_BDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Basque-BDT/eu_bdt-ud-test.conllu'

UD_27 test set of BASQUE_BDT.

hanlp.datasets.parsing.ud.ud27.UD_27_BASQUE_BDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Basque-BDT/eu_bdt-ud-train.conllu'

UD_27 train set of BASQUE_BDT.

hanlp.datasets.parsing.ud.ud27.UD_27_BELARUSIAN_HSE_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Belarusian-HSE/be_hse-ud-dev.conllu'

UD_27 dev set of BELARUSIAN_HSE.

hanlp.datasets.parsing.ud.ud27.UD_27_BELARUSIAN_HSE_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Belarusian-HSE/be_hse-ud-test.conllu'

UD_27 test set of BELARUSIAN_HSE.

hanlp.datasets.parsing.ud.ud27.UD_27_BELARUSIAN_HSE_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Belarusian-HSE/be_hse-ud-train.conllu'

UD_27 train set of BELARUSIAN_HSE.

hanlp.datasets.parsing.ud.ud27.UD_27_BHOJPURI_BHTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Bhojpuri-BHTB/bho_bhtb-ud-test.conllu'

UD_27 test set of BHOJPURI_BHTB.

hanlp.datasets.parsing.ud.ud27.UD_27_BRETON_KEB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Breton-KEB/br_keb-ud-test.conllu'

UD_27 test set of BRETON_KEB.

hanlp.datasets.parsing.ud.ud27.UD_27_BULGARIAN_BTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Bulgarian-BTB/bg_btb-ud-dev.conllu'

UD_27 dev set of BULGARIAN_BTB.

hanlp.datasets.parsing.ud.ud27.UD_27_BULGARIAN_BTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Bulgarian-BTB/bg_btb-ud-test.conllu'

UD_27 test set of BULGARIAN_BTB.

hanlp.datasets.parsing.ud.ud27.UD_27_BULGARIAN_BTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Bulgarian-BTB/bg_btb-ud-train.conllu'

UD_27 train set of BULGARIAN_BTB.

hanlp.datasets.parsing.ud.ud27.UD_27_BURYAT_BDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Buryat-BDT/bxr_bdt-ud-test.conllu'

UD_27 test set of BURYAT_BDT.

hanlp.datasets.parsing.ud.ud27.UD_27_BURYAT_BDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Buryat-BDT/bxr_bdt-ud-train.conllu'

UD_27 train set of BURYAT_BDT.

hanlp.datasets.parsing.ud.ud27.UD_27_CANTONESE_HK_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Cantonese-HK/yue_hk-ud-test.conllu'

UD_27 test set of CANTONESE_HK.

hanlp.datasets.parsing.ud.ud27.UD_27_CATALAN_ANCORA_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Catalan-AnCora/ca_ancora-ud-dev.conllu'

UD_27 dev set of CATALAN_ANCORA.

hanlp.datasets.parsing.ud.ud27.UD_27_CATALAN_ANCORA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Catalan-AnCora/ca_ancora-ud-test.conllu'

UD_27 test set of CATALAN_ANCORA.

hanlp.datasets.parsing.ud.ud27.UD_27_CATALAN_ANCORA_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Catalan-AnCora/ca_ancora-ud-train.conllu'

UD_27 train set of CATALAN_ANCORA.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_CFL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-CFL/zh_cfl-ud-test.conllu'

UD_27 test set of CHINESE_CFL.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_GSDSIMP_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-GSDSimp/zh_gsdsimp-ud-dev.conllu'

UD_27 dev set of CHINESE_GSDSIMP.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_GSDSIMP_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-GSDSimp/zh_gsdsimp-ud-test.conllu'

UD_27 test set of CHINESE_GSDSIMP.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_GSDSIMP_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-GSDSimp/zh_gsdsimp-ud-train.conllu'

UD_27 train set of CHINESE_GSDSIMP.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-GSD/zh_gsd-ud-dev.conllu'

UD_27 dev set of CHINESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-GSD/zh_gsd-ud-test.conllu'

UD_27 test set of CHINESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-GSD/zh_gsd-ud-train.conllu'

UD_27 train set of CHINESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_HK_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-HK/zh_hk-ud-test.conllu'

UD_27 test set of CHINESE_HK.

hanlp.datasets.parsing.ud.ud27.UD_27_CHINESE_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chinese-PUD/zh_pud-ud-test.conllu'

UD_27 test set of CHINESE_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_CHUKCHI_HSE_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Chukchi-HSE/ckt_hse-ud-test.conllu'

UD_27 test set of CHUKCHI_HSE.

hanlp.datasets.parsing.ud.ud27.UD_27_CLASSICAL_CHINESE_KYOTO_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Classical_Chinese-Kyoto/lzh_kyoto-ud-dev.conllu'

UD_27 dev set of CLASSICAL_CHINESE_KYOTO.

hanlp.datasets.parsing.ud.ud27.UD_27_CLASSICAL_CHINESE_KYOTO_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Classical_Chinese-Kyoto/lzh_kyoto-ud-test.conllu'

UD_27 test set of CLASSICAL_CHINESE_KYOTO.

hanlp.datasets.parsing.ud.ud27.UD_27_CLASSICAL_CHINESE_KYOTO_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Classical_Chinese-Kyoto/lzh_kyoto-ud-train.conllu'

UD_27 train set of CLASSICAL_CHINESE_KYOTO.

hanlp.datasets.parsing.ud.ud27.UD_27_COPTIC_SCRIPTORIUM_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Coptic-Scriptorium/cop_scriptorium-ud-dev.conllu'

UD_27 dev set of COPTIC_SCRIPTORIUM.

hanlp.datasets.parsing.ud.ud27.UD_27_COPTIC_SCRIPTORIUM_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Coptic-Scriptorium/cop_scriptorium-ud-test.conllu'

UD_27 test set of COPTIC_SCRIPTORIUM.

hanlp.datasets.parsing.ud.ud27.UD_27_COPTIC_SCRIPTORIUM_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Coptic-Scriptorium/cop_scriptorium-ud-train.conllu'

UD_27 train set of COPTIC_SCRIPTORIUM.

hanlp.datasets.parsing.ud.ud27.UD_27_CROATIAN_SET_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Croatian-SET/hr_set-ud-dev.conllu'

UD_27 dev set of CROATIAN_SET.

hanlp.datasets.parsing.ud.ud27.UD_27_CROATIAN_SET_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Croatian-SET/hr_set-ud-test.conllu'

UD_27 test set of CROATIAN_SET.

hanlp.datasets.parsing.ud.ud27.UD_27_CROATIAN_SET_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Croatian-SET/hr_set-ud-train.conllu'

UD_27 train set of CROATIAN_SET.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_CAC_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-CAC/cs_cac-ud-dev.conllu'

UD_27 dev set of CZECH_CAC.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_CAC_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-CAC/cs_cac-ud-test.conllu'

UD_27 test set of CZECH_CAC.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_CAC_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-CAC/cs_cac-ud-train.conllu'

UD_27 train set of CZECH_CAC.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_CLTT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-CLTT/cs_cltt-ud-dev.conllu'

UD_27 dev set of CZECH_CLTT.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_CLTT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-CLTT/cs_cltt-ud-test.conllu'

UD_27 test set of CZECH_CLTT.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_CLTT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-CLTT/cs_cltt-ud-train.conllu'

UD_27 train set of CZECH_CLTT.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_FICTREE_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-FicTree/cs_fictree-ud-dev.conllu'

UD_27 dev set of CZECH_FICTREE.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_FICTREE_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-FicTree/cs_fictree-ud-test.conllu'

UD_27 test set of CZECH_FICTREE.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_FICTREE_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-FicTree/cs_fictree-ud-train.conllu'

UD_27 train set of CZECH_FICTREE.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_PDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-PDT/cs_pdt-ud-dev.conllu'

UD_27 dev set of CZECH_PDT.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_PDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-PDT/cs_pdt-ud-test.conllu'

UD_27 test set of CZECH_PDT.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_PDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-PDT/cs_pdt-ud-train.conllu'

UD_27 train set of CZECH_PDT.

hanlp.datasets.parsing.ud.ud27.UD_27_CZECH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Czech-PUD/cs_pud-ud-test.conllu'

UD_27 test set of CZECH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_DANISH_DDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Danish-DDT/da_ddt-ud-dev.conllu'

UD_27 dev set of DANISH_DDT.

hanlp.datasets.parsing.ud.ud27.UD_27_DANISH_DDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Danish-DDT/da_ddt-ud-test.conllu'

UD_27 test set of DANISH_DDT.

hanlp.datasets.parsing.ud.ud27.UD_27_DANISH_DDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Danish-DDT/da_ddt-ud-train.conllu'

UD_27 train set of DANISH_DDT.

hanlp.datasets.parsing.ud.ud27.UD_27_DUTCH_ALPINO_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Dutch-Alpino/nl_alpino-ud-dev.conllu'

UD_27 dev set of DUTCH_ALPINO.

hanlp.datasets.parsing.ud.ud27.UD_27_DUTCH_ALPINO_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Dutch-Alpino/nl_alpino-ud-test.conllu'

UD_27 test set of DUTCH_ALPINO.

hanlp.datasets.parsing.ud.ud27.UD_27_DUTCH_ALPINO_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Dutch-Alpino/nl_alpino-ud-train.conllu'

UD_27 train set of DUTCH_ALPINO.

hanlp.datasets.parsing.ud.ud27.UD_27_DUTCH_LASSYSMALL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Dutch-LassySmall/nl_lassysmall-ud-dev.conllu'

UD_27 dev set of DUTCH_LASSYSMALL.

hanlp.datasets.parsing.ud.ud27.UD_27_DUTCH_LASSYSMALL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Dutch-LassySmall/nl_lassysmall-ud-test.conllu'

UD_27 test set of DUTCH_LASSYSMALL.

hanlp.datasets.parsing.ud.ud27.UD_27_DUTCH_LASSYSMALL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Dutch-LassySmall/nl_lassysmall-ud-train.conllu'

UD_27 train set of DUTCH_LASSYSMALL.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_ESL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-ESL/en_esl-ud-dev.conllu'

UD_27 dev set of ENGLISH_ESL.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_ESL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-ESL/en_esl-ud-test.conllu'

UD_27 test set of ENGLISH_ESL.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_ESL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-ESL/en_esl-ud-train.conllu'

UD_27 train set of ENGLISH_ESL.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_EWT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-EWT/en_ewt-ud-dev.conllu'

UD_27 dev set of ENGLISH_EWT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_EWT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-EWT/en_ewt-ud-test.conllu'

UD_27 test set of ENGLISH_EWT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_EWT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-EWT/en_ewt-ud-train.conllu'

UD_27 train set of ENGLISH_EWT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_GUMREDDIT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-GUMReddit/en_gumreddit-ud-dev.conllu'

UD_27 dev set of ENGLISH_GUMREDDIT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_GUMREDDIT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-GUMReddit/en_gumreddit-ud-test.conllu'

UD_27 test set of ENGLISH_GUMREDDIT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_GUMREDDIT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-GUMReddit/en_gumreddit-ud-train.conllu'

UD_27 train set of ENGLISH_GUMREDDIT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_GUM_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-GUM/en_gum-ud-dev.conllu'

UD_27 dev set of ENGLISH_GUM.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_GUM_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-GUM/en_gum-ud-test.conllu'

UD_27 test set of ENGLISH_GUM.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_GUM_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-GUM/en_gum-ud-train.conllu'

UD_27 train set of ENGLISH_GUM.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_LINES_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-LinES/en_lines-ud-dev.conllu'

UD_27 dev set of ENGLISH_LINES.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_LINES_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-LinES/en_lines-ud-test.conllu'

UD_27 test set of ENGLISH_LINES.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_LINES_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-LinES/en_lines-ud-train.conllu'

UD_27 train set of ENGLISH_LINES.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_PARTUT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-ParTUT/en_partut-ud-dev.conllu'

UD_27 dev set of ENGLISH_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_PARTUT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-ParTUT/en_partut-ud-test.conllu'

UD_27 test set of ENGLISH_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_PARTUT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-ParTUT/en_partut-ud-train.conllu'

UD_27 train set of ENGLISH_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_PRONOUNS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-Pronouns/en_pronouns-ud-test.conllu'

UD_27 test set of ENGLISH_PRONOUNS.

hanlp.datasets.parsing.ud.ud27.UD_27_ENGLISH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_English-PUD/en_pud-ud-test.conllu'

UD_27 test set of ENGLISH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_ERZYA_JR_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Erzya-JR/myv_jr-ud-test.conllu'

UD_27 test set of ERZYA_JR.

hanlp.datasets.parsing.ud.ud27.UD_27_ESTONIAN_EDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Estonian-EDT/et_edt-ud-dev.conllu'

UD_27 dev set of ESTONIAN_EDT.

hanlp.datasets.parsing.ud.ud27.UD_27_ESTONIAN_EDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Estonian-EDT/et_edt-ud-test.conllu'

UD_27 test set of ESTONIAN_EDT.

hanlp.datasets.parsing.ud.ud27.UD_27_ESTONIAN_EDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Estonian-EDT/et_edt-ud-train.conllu'

UD_27 train set of ESTONIAN_EDT.

hanlp.datasets.parsing.ud.ud27.UD_27_ESTONIAN_EWT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Estonian-EWT/et_ewt-ud-dev.conllu'

UD_27 dev set of ESTONIAN_EWT.

hanlp.datasets.parsing.ud.ud27.UD_27_ESTONIAN_EWT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Estonian-EWT/et_ewt-ud-test.conllu'

UD_27 test set of ESTONIAN_EWT.

hanlp.datasets.parsing.ud.ud27.UD_27_ESTONIAN_EWT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Estonian-EWT/et_ewt-ud-train.conllu'

UD_27 train set of ESTONIAN_EWT.

hanlp.datasets.parsing.ud.ud27.UD_27_FAROESE_FARPAHC_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Faroese-FarPaHC/fo_farpahc-ud-dev.conllu'

UD_27 dev set of FAROESE_FARPAHC.

hanlp.datasets.parsing.ud.ud27.UD_27_FAROESE_FARPAHC_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Faroese-FarPaHC/fo_farpahc-ud-test.conllu'

UD_27 test set of FAROESE_FARPAHC.

hanlp.datasets.parsing.ud.ud27.UD_27_FAROESE_FARPAHC_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Faroese-FarPaHC/fo_farpahc-ud-train.conllu'

UD_27 train set of FAROESE_FARPAHC.

hanlp.datasets.parsing.ud.ud27.UD_27_FAROESE_OFT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Faroese-OFT/fo_oft-ud-test.conllu'

UD_27 test set of FAROESE_OFT.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_FTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-FTB/fi_ftb-ud-dev.conllu'

UD_27 dev set of FINNISH_FTB.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_FTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-FTB/fi_ftb-ud-test.conllu'

UD_27 test set of FINNISH_FTB.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_FTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-FTB/fi_ftb-ud-train.conllu'

UD_27 train set of FINNISH_FTB.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_OOD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-OOD/fi_ood-ud-test.conllu'

UD_27 test set of FINNISH_OOD.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-PUD/fi_pud-ud-test.conllu'

UD_27 test set of FINNISH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_TDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-TDT/fi_tdt-ud-dev.conllu'

UD_27 dev set of FINNISH_TDT.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_TDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-TDT/fi_tdt-ud-test.conllu'

UD_27 test set of FINNISH_TDT.

hanlp.datasets.parsing.ud.ud27.UD_27_FINNISH_TDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Finnish-TDT/fi_tdt-ud-train.conllu'

UD_27 train set of FINNISH_TDT.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_FQB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-FQB/fr_fqb-ud-test.conllu'

UD_27 test set of FRENCH_FQB.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_FTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-FTB/fr_ftb-ud-dev.conllu'

UD_27 dev set of FRENCH_FTB.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_FTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-FTB/fr_ftb-ud-test.conllu'

UD_27 test set of FRENCH_FTB.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_FTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-FTB/fr_ftb-ud-train.conllu'

UD_27 train set of FRENCH_FTB.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-GSD/fr_gsd-ud-dev.conllu'

UD_27 dev set of FRENCH_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-GSD/fr_gsd-ud-test.conllu'

UD_27 test set of FRENCH_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-GSD/fr_gsd-ud-train.conllu'

UD_27 train set of FRENCH_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_PARTUT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-ParTUT/fr_partut-ud-dev.conllu'

UD_27 dev set of FRENCH_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_PARTUT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-ParTUT/fr_partut-ud-test.conllu'

UD_27 test set of FRENCH_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_PARTUT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-ParTUT/fr_partut-ud-train.conllu'

UD_27 train set of FRENCH_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-PUD/fr_pud-ud-test.conllu'

UD_27 test set of FRENCH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_SEQUOIA_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-Sequoia/fr_sequoia-ud-dev.conllu'

UD_27 dev set of FRENCH_SEQUOIA.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_SEQUOIA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-Sequoia/fr_sequoia-ud-test.conllu'

UD_27 test set of FRENCH_SEQUOIA.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_SEQUOIA_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-Sequoia/fr_sequoia-ud-train.conllu'

UD_27 train set of FRENCH_SEQUOIA.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_SPOKEN_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-Spoken/fr_spoken-ud-dev.conllu'

UD_27 dev set of FRENCH_SPOKEN.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_SPOKEN_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-Spoken/fr_spoken-ud-test.conllu'

UD_27 test set of FRENCH_SPOKEN.

hanlp.datasets.parsing.ud.ud27.UD_27_FRENCH_SPOKEN_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_French-Spoken/fr_spoken-ud-train.conllu'

UD_27 train set of FRENCH_SPOKEN.

hanlp.datasets.parsing.ud.ud27.UD_27_GALICIAN_CTG_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Galician-CTG/gl_ctg-ud-dev.conllu'

UD_27 dev set of GALICIAN_CTG.

hanlp.datasets.parsing.ud.ud27.UD_27_GALICIAN_CTG_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Galician-CTG/gl_ctg-ud-test.conllu'

UD_27 test set of GALICIAN_CTG.

hanlp.datasets.parsing.ud.ud27.UD_27_GALICIAN_CTG_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Galician-CTG/gl_ctg-ud-train.conllu'

UD_27 train set of GALICIAN_CTG.

hanlp.datasets.parsing.ud.ud27.UD_27_GALICIAN_TREEGAL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Galician-TreeGal/gl_treegal-ud-test.conllu'

UD_27 test set of GALICIAN_TREEGAL.

hanlp.datasets.parsing.ud.ud27.UD_27_GALICIAN_TREEGAL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Galician-TreeGal/gl_treegal-ud-train.conllu'

UD_27 train set of GALICIAN_TREEGAL.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-GSD/de_gsd-ud-dev.conllu'

UD_27 dev set of GERMAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-GSD/de_gsd-ud-test.conllu'

UD_27 test set of GERMAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-GSD/de_gsd-ud-train.conllu'

UD_27 train set of GERMAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_HDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-HDT/de_hdt-ud-dev.conllu'

UD_27 dev set of GERMAN_HDT.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_HDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-HDT/de_hdt-ud-test.conllu'

UD_27 test set of GERMAN_HDT.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_HDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-HDT/de_hdt-ud-train.conllu'

UD_27 train set of GERMAN_HDT.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_LIT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-LIT/de_lit-ud-test.conllu'

UD_27 test set of GERMAN_LIT.

hanlp.datasets.parsing.ud.ud27.UD_27_GERMAN_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_German-PUD/de_pud-ud-test.conllu'

UD_27 test set of GERMAN_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_GOTHIC_PROIEL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Gothic-PROIEL/got_proiel-ud-dev.conllu'

UD_27 dev set of GOTHIC_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_GOTHIC_PROIEL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Gothic-PROIEL/got_proiel-ud-test.conllu'

UD_27 test set of GOTHIC_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_GOTHIC_PROIEL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Gothic-PROIEL/got_proiel-ud-train.conllu'

UD_27 train set of GOTHIC_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_GREEK_GDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Greek-GDT/el_gdt-ud-dev.conllu'

UD_27 dev set of GREEK_GDT.

hanlp.datasets.parsing.ud.ud27.UD_27_GREEK_GDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Greek-GDT/el_gdt-ud-test.conllu'

UD_27 test set of GREEK_GDT.

hanlp.datasets.parsing.ud.ud27.UD_27_GREEK_GDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Greek-GDT/el_gdt-ud-train.conllu'

UD_27 train set of GREEK_GDT.

hanlp.datasets.parsing.ud.ud27.UD_27_HEBREW_HTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hebrew-HTB/he_htb-ud-dev.conllu'

UD_27 dev set of HEBREW_HTB.

hanlp.datasets.parsing.ud.ud27.UD_27_HEBREW_HTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hebrew-HTB/he_htb-ud-test.conllu'

UD_27 test set of HEBREW_HTB.

hanlp.datasets.parsing.ud.ud27.UD_27_HEBREW_HTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hebrew-HTB/he_htb-ud-train.conllu'

UD_27 train set of HEBREW_HTB.

hanlp.datasets.parsing.ud.ud27.UD_27_HINDI_ENGLISH_HIENCS_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hindi_English-HIENCS/qhe_hiencs-ud-dev.conllu'

UD_27 dev set of HINDI_ENGLISH_HIENCS.

hanlp.datasets.parsing.ud.ud27.UD_27_HINDI_ENGLISH_HIENCS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hindi_English-HIENCS/qhe_hiencs-ud-test.conllu'

UD_27 test set of HINDI_ENGLISH_HIENCS.

hanlp.datasets.parsing.ud.ud27.UD_27_HINDI_ENGLISH_HIENCS_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hindi_English-HIENCS/qhe_hiencs-ud-train.conllu'

UD_27 train set of HINDI_ENGLISH_HIENCS.

hanlp.datasets.parsing.ud.ud27.UD_27_HINDI_HDTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hindi-HDTB/hi_hdtb-ud-dev.conllu'

UD_27 dev set of HINDI_HDTB.

hanlp.datasets.parsing.ud.ud27.UD_27_HINDI_HDTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hindi-HDTB/hi_hdtb-ud-test.conllu'

UD_27 test set of HINDI_HDTB.

hanlp.datasets.parsing.ud.ud27.UD_27_HINDI_HDTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hindi-HDTB/hi_hdtb-ud-train.conllu'

UD_27 train set of HINDI_HDTB.

hanlp.datasets.parsing.ud.ud27.UD_27_HINDI_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hindi-PUD/hi_pud-ud-test.conllu'

UD_27 test set of HINDI_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_HUNGARIAN_SZEGED_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hungarian-Szeged/hu_szeged-ud-dev.conllu'

UD_27 dev set of HUNGARIAN_SZEGED.

hanlp.datasets.parsing.ud.ud27.UD_27_HUNGARIAN_SZEGED_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hungarian-Szeged/hu_szeged-ud-test.conllu'

UD_27 test set of HUNGARIAN_SZEGED.

hanlp.datasets.parsing.ud.ud27.UD_27_HUNGARIAN_SZEGED_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Hungarian-Szeged/hu_szeged-ud-train.conllu'

UD_27 train set of HUNGARIAN_SZEGED.

hanlp.datasets.parsing.ud.ud27.UD_27_ICELANDIC_ICEPAHC_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Icelandic-IcePaHC/is_icepahc-ud-dev.conllu'

UD_27 dev set of ICELANDIC_ICEPAHC.

hanlp.datasets.parsing.ud.ud27.UD_27_ICELANDIC_ICEPAHC_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Icelandic-IcePaHC/is_icepahc-ud-test.conllu'

UD_27 test set of ICELANDIC_ICEPAHC.

hanlp.datasets.parsing.ud.ud27.UD_27_ICELANDIC_ICEPAHC_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Icelandic-IcePaHC/is_icepahc-ud-train.conllu'

UD_27 train set of ICELANDIC_ICEPAHC.

hanlp.datasets.parsing.ud.ud27.UD_27_ICELANDIC_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Icelandic-PUD/is_pud-ud-test.conllu'

UD_27 test set of ICELANDIC_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_INDONESIAN_CSUI_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Indonesian-CSUI/id_csui-ud-test.conllu'

UD_27 test set of INDONESIAN_CSUI.

hanlp.datasets.parsing.ud.ud27.UD_27_INDONESIAN_CSUI_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Indonesian-CSUI/id_csui-ud-train.conllu'

UD_27 train set of INDONESIAN_CSUI.

hanlp.datasets.parsing.ud.ud27.UD_27_INDONESIAN_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Indonesian-GSD/id_gsd-ud-dev.conllu'

UD_27 dev set of INDONESIAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_INDONESIAN_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Indonesian-GSD/id_gsd-ud-test.conllu'

UD_27 test set of INDONESIAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_INDONESIAN_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Indonesian-GSD/id_gsd-ud-train.conllu'

UD_27 train set of INDONESIAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_INDONESIAN_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Indonesian-PUD/id_pud-ud-test.conllu'

UD_27 test set of INDONESIAN_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_IRISH_IDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Irish-IDT/ga_idt-ud-dev.conllu'

UD_27 dev set of IRISH_IDT.

hanlp.datasets.parsing.ud.ud27.UD_27_IRISH_IDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Irish-IDT/ga_idt-ud-test.conllu'

UD_27 test set of IRISH_IDT.

hanlp.datasets.parsing.ud.ud27.UD_27_IRISH_IDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Irish-IDT/ga_idt-ud-train.conllu'

UD_27 train set of IRISH_IDT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_ISDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-ISDT/it_isdt-ud-dev.conllu'

UD_27 dev set of ITALIAN_ISDT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_ISDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-ISDT/it_isdt-ud-test.conllu'

UD_27 test set of ITALIAN_ISDT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_ISDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-ISDT/it_isdt-ud-train.conllu'

UD_27 train set of ITALIAN_ISDT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_PARTUT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-ParTUT/it_partut-ud-dev.conllu'

UD_27 dev set of ITALIAN_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_PARTUT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-ParTUT/it_partut-ud-test.conllu'

UD_27 test set of ITALIAN_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_PARTUT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-ParTUT/it_partut-ud-train.conllu'

UD_27 train set of ITALIAN_PARTUT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_POSTWITA_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-PoSTWITA/it_postwita-ud-dev.conllu'

UD_27 dev set of ITALIAN_POSTWITA.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_POSTWITA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-PoSTWITA/it_postwita-ud-test.conllu'

UD_27 test set of ITALIAN_POSTWITA.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_POSTWITA_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-PoSTWITA/it_postwita-ud-train.conllu'

UD_27 train set of ITALIAN_POSTWITA.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-PUD/it_pud-ud-test.conllu'

UD_27 test set of ITALIAN_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_TWITTIRO_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-TWITTIRO/it_twittiro-ud-dev.conllu'

UD_27 dev set of ITALIAN_TWITTIRO.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_TWITTIRO_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-TWITTIRO/it_twittiro-ud-test.conllu'

UD_27 test set of ITALIAN_TWITTIRO.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_TWITTIRO_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-TWITTIRO/it_twittiro-ud-train.conllu'

UD_27 train set of ITALIAN_TWITTIRO.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_VIT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-VIT/it_vit-ud-dev.conllu'

UD_27 dev set of ITALIAN_VIT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_VIT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-VIT/it_vit-ud-test.conllu'

UD_27 test set of ITALIAN_VIT.

hanlp.datasets.parsing.ud.ud27.UD_27_ITALIAN_VIT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Italian-VIT/it_vit-ud-train.conllu'

UD_27 train set of ITALIAN_VIT.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_BCCWJ_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-BCCWJ/ja_bccwj-ud-dev.conllu'

UD_27 dev set of JAPANESE_BCCWJ.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_BCCWJ_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-BCCWJ/ja_bccwj-ud-test.conllu'

UD_27 test set of JAPANESE_BCCWJ.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_BCCWJ_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-BCCWJ/ja_bccwj-ud-train.conllu'

UD_27 train set of JAPANESE_BCCWJ.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-GSD/ja_gsd-ud-dev.conllu'

UD_27 dev set of JAPANESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-GSD/ja_gsd-ud-test.conllu'

UD_27 test set of JAPANESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-GSD/ja_gsd-ud-train.conllu'

UD_27 train set of JAPANESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_MODERN_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-Modern/ja_modern-ud-test.conllu'

UD_27 test set of JAPANESE_MODERN.

hanlp.datasets.parsing.ud.ud27.UD_27_JAPANESE_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Japanese-PUD/ja_pud-ud-test.conllu'

UD_27 test set of JAPANESE_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_KARELIAN_KKPP_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Karelian-KKPP/krl_kkpp-ud-test.conllu'

UD_27 test set of KARELIAN_KKPP.

hanlp.datasets.parsing.ud.ud27.UD_27_KAZAKH_KTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Kazakh-KTB/kk_ktb-ud-test.conllu'

UD_27 test set of KAZAKH_KTB.

hanlp.datasets.parsing.ud.ud27.UD_27_KAZAKH_KTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Kazakh-KTB/kk_ktb-ud-train.conllu'

UD_27 train set of KAZAKH_KTB.

hanlp.datasets.parsing.ud.ud27.UD_27_KHUNSARI_AHA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Khunsari-AHA/kfm_aha-ud-test.conllu'

UD_27 test set of KHUNSARI_AHA.

hanlp.datasets.parsing.ud.ud27.UD_27_KOMI_PERMYAK_UH_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Komi_Permyak-UH/koi_uh-ud-test.conllu'

UD_27 test set of KOMI_PERMYAK_UH.

hanlp.datasets.parsing.ud.ud27.UD_27_KOMI_ZYRIAN_IKDP_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Komi_Zyrian-IKDP/kpv_ikdp-ud-test.conllu'

UD_27 test set of KOMI_ZYRIAN_IKDP.

hanlp.datasets.parsing.ud.ud27.UD_27_KOMI_ZYRIAN_LATTICE_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Komi_Zyrian-Lattice/kpv_lattice-ud-test.conllu'

UD_27 test set of KOMI_ZYRIAN_LATTICE.

hanlp.datasets.parsing.ud.ud27.UD_27_KOREAN_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Korean-GSD/ko_gsd-ud-dev.conllu'

UD_27 dev set of KOREAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_KOREAN_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Korean-GSD/ko_gsd-ud-test.conllu'

UD_27 test set of KOREAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_KOREAN_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Korean-GSD/ko_gsd-ud-train.conllu'

UD_27 train set of KOREAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_KOREAN_KAIST_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Korean-Kaist/ko_kaist-ud-dev.conllu'

UD_27 dev set of KOREAN_KAIST.

hanlp.datasets.parsing.ud.ud27.UD_27_KOREAN_KAIST_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Korean-Kaist/ko_kaist-ud-test.conllu'

UD_27 test set of KOREAN_KAIST.

hanlp.datasets.parsing.ud.ud27.UD_27_KOREAN_KAIST_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Korean-Kaist/ko_kaist-ud-train.conllu'

UD_27 train set of KOREAN_KAIST.

hanlp.datasets.parsing.ud.ud27.UD_27_KOREAN_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Korean-PUD/ko_pud-ud-test.conllu'

UD_27 test set of KOREAN_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_KURMANJI_MG_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Kurmanji-MG/kmr_mg-ud-test.conllu'

UD_27 test set of KURMANJI_MG.

hanlp.datasets.parsing.ud.ud27.UD_27_KURMANJI_MG_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Kurmanji-MG/kmr_mg-ud-train.conllu'

UD_27 train set of KURMANJI_MG.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_ITTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-ITTB/la_ittb-ud-dev.conllu'

UD_27 dev set of LATIN_ITTB.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_ITTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-ITTB/la_ittb-ud-test.conllu'

UD_27 test set of LATIN_ITTB.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_ITTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-ITTB/la_ittb-ud-train.conllu'

UD_27 train set of LATIN_ITTB.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_LLCT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-LLCT/la_llct-ud-dev.conllu'

UD_27 dev set of LATIN_LLCT.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_LLCT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-LLCT/la_llct-ud-test.conllu'

UD_27 test set of LATIN_LLCT.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_LLCT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-LLCT/la_llct-ud-train.conllu'

UD_27 train set of LATIN_LLCT.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_PERSEUS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-Perseus/la_perseus-ud-test.conllu'

UD_27 test set of LATIN_PERSEUS.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_PERSEUS_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-Perseus/la_perseus-ud-train.conllu'

UD_27 train set of LATIN_PERSEUS.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_PROIEL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-PROIEL/la_proiel-ud-dev.conllu'

UD_27 dev set of LATIN_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_PROIEL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-PROIEL/la_proiel-ud-test.conllu'

UD_27 test set of LATIN_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_LATIN_PROIEL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latin-PROIEL/la_proiel-ud-train.conllu'

UD_27 train set of LATIN_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_LATVIAN_LVTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latvian-LVTB/lv_lvtb-ud-dev.conllu'

UD_27 dev set of LATVIAN_LVTB.

hanlp.datasets.parsing.ud.ud27.UD_27_LATVIAN_LVTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latvian-LVTB/lv_lvtb-ud-test.conllu'

UD_27 test set of LATVIAN_LVTB.

hanlp.datasets.parsing.ud.ud27.UD_27_LATVIAN_LVTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Latvian-LVTB/lv_lvtb-ud-train.conllu'

UD_27 train set of LATVIAN_LVTB.

hanlp.datasets.parsing.ud.ud27.UD_27_LITHUANIAN_ALKSNIS_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Lithuanian-ALKSNIS/lt_alksnis-ud-dev.conllu'

UD_27 dev set of LITHUANIAN_ALKSNIS.

hanlp.datasets.parsing.ud.ud27.UD_27_LITHUANIAN_ALKSNIS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Lithuanian-ALKSNIS/lt_alksnis-ud-test.conllu'

UD_27 test set of LITHUANIAN_ALKSNIS.

hanlp.datasets.parsing.ud.ud27.UD_27_LITHUANIAN_ALKSNIS_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Lithuanian-ALKSNIS/lt_alksnis-ud-train.conllu'

UD_27 train set of LITHUANIAN_ALKSNIS.

hanlp.datasets.parsing.ud.ud27.UD_27_LITHUANIAN_HSE_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Lithuanian-HSE/lt_hse-ud-dev.conllu'

UD_27 dev set of LITHUANIAN_HSE.

hanlp.datasets.parsing.ud.ud27.UD_27_LITHUANIAN_HSE_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Lithuanian-HSE/lt_hse-ud-test.conllu'

UD_27 test set of LITHUANIAN_HSE.

hanlp.datasets.parsing.ud.ud27.UD_27_LITHUANIAN_HSE_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Lithuanian-HSE/lt_hse-ud-train.conllu'

UD_27 train set of LITHUANIAN_HSE.

hanlp.datasets.parsing.ud.ud27.UD_27_LIVVI_KKPP_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Livvi-KKPP/olo_kkpp-ud-test.conllu'

UD_27 test set of LIVVI_KKPP.

hanlp.datasets.parsing.ud.ud27.UD_27_LIVVI_KKPP_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Livvi-KKPP/olo_kkpp-ud-train.conllu'

UD_27 train set of LIVVI_KKPP.

hanlp.datasets.parsing.ud.ud27.UD_27_MALTESE_MUDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Maltese-MUDT/mt_mudt-ud-dev.conllu'

UD_27 dev set of MALTESE_MUDT.

hanlp.datasets.parsing.ud.ud27.UD_27_MALTESE_MUDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Maltese-MUDT/mt_mudt-ud-test.conllu'

UD_27 test set of MALTESE_MUDT.

hanlp.datasets.parsing.ud.ud27.UD_27_MALTESE_MUDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Maltese-MUDT/mt_mudt-ud-train.conllu'

UD_27 train set of MALTESE_MUDT.

hanlp.datasets.parsing.ud.ud27.UD_27_MANX_CADHAN_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Manx-Cadhan/gv_cadhan-ud-test.conllu'

UD_27 test set of MANX_CADHAN.

hanlp.datasets.parsing.ud.ud27.UD_27_MARATHI_UFAL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Marathi-UFAL/mr_ufal-ud-dev.conllu'

UD_27 dev set of MARATHI_UFAL.

hanlp.datasets.parsing.ud.ud27.UD_27_MARATHI_UFAL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Marathi-UFAL/mr_ufal-ud-test.conllu'

UD_27 test set of MARATHI_UFAL.

hanlp.datasets.parsing.ud.ud27.UD_27_MARATHI_UFAL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Marathi-UFAL/mr_ufal-ud-train.conllu'

UD_27 train set of MARATHI_UFAL.

hanlp.datasets.parsing.ud.ud27.UD_27_MBYA_GUARANI_DOOLEY_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Mbya_Guarani-Dooley/gun_dooley-ud-test.conllu'

UD_27 test set of MBYA_GUARANI_DOOLEY.

hanlp.datasets.parsing.ud.ud27.UD_27_MBYA_GUARANI_THOMAS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Mbya_Guarani-Thomas/gun_thomas-ud-test.conllu'

UD_27 test set of MBYA_GUARANI_THOMAS.

hanlp.datasets.parsing.ud.ud27.UD_27_MOKSHA_JR_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Moksha-JR/mdf_jr-ud-test.conllu'

UD_27 test set of MOKSHA_JR.

hanlp.datasets.parsing.ud.ud27.UD_27_MUNDURUKU_TUDET_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Munduruku-TuDeT/myu_tudet-ud-test.conllu'

UD_27 test set of MUNDURUKU_TUDET.

hanlp.datasets.parsing.ud.ud27.UD_27_NAIJA_NSC_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Naija-NSC/pcm_nsc-ud-dev.conllu'

UD_27 dev set of NAIJA_NSC.

hanlp.datasets.parsing.ud.ud27.UD_27_NAIJA_NSC_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Naija-NSC/pcm_nsc-ud-test.conllu'

UD_27 test set of NAIJA_NSC.

hanlp.datasets.parsing.ud.ud27.UD_27_NAIJA_NSC_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Naija-NSC/pcm_nsc-ud-train.conllu'

UD_27 train set of NAIJA_NSC.

hanlp.datasets.parsing.ud.ud27.UD_27_NAYINI_AHA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Nayini-AHA/nyq_aha-ud-test.conllu'

UD_27 test set of NAYINI_AHA.

hanlp.datasets.parsing.ud.ud27.UD_27_NORTH_SAMI_GIELLA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_North_Sami-Giella/sme_giella-ud-test.conllu'

UD_27 test set of NORTH_SAMI_GIELLA.

hanlp.datasets.parsing.ud.ud27.UD_27_NORTH_SAMI_GIELLA_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_North_Sami-Giella/sme_giella-ud-train.conllu'

UD_27 train set of NORTH_SAMI_GIELLA.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_BOKMAAL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-Bokmaal/no_bokmaal-ud-dev.conllu'

UD_27 dev set of NORWEGIAN_BOKMAAL.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_BOKMAAL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-Bokmaal/no_bokmaal-ud-test.conllu'

UD_27 test set of NORWEGIAN_BOKMAAL.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_BOKMAAL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-Bokmaal/no_bokmaal-ud-train.conllu'

UD_27 train set of NORWEGIAN_BOKMAAL.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_NYNORSKLIA_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-NynorskLIA/no_nynorsklia-ud-dev.conllu'

UD_27 dev set of NORWEGIAN_NYNORSKLIA.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_NYNORSKLIA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-NynorskLIA/no_nynorsklia-ud-test.conllu'

UD_27 test set of NORWEGIAN_NYNORSKLIA.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_NYNORSKLIA_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-NynorskLIA/no_nynorsklia-ud-train.conllu'

UD_27 train set of NORWEGIAN_NYNORSKLIA.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_NYNORSK_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-Nynorsk/no_nynorsk-ud-dev.conllu'

UD_27 dev set of NORWEGIAN_NYNORSK.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_NYNORSK_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-Nynorsk/no_nynorsk-ud-test.conllu'

UD_27 test set of NORWEGIAN_NYNORSK.

hanlp.datasets.parsing.ud.ud27.UD_27_NORWEGIAN_NYNORSK_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Norwegian-Nynorsk/no_nynorsk-ud-train.conllu'

UD_27 train set of NORWEGIAN_NYNORSK.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_CHURCH_SLAVONIC_PROIEL_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Church_Slavonic-PROIEL/cu_proiel-ud-dev.conllu'

UD_27 dev set of OLD_CHURCH_SLAVONIC_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_CHURCH_SLAVONIC_PROIEL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Church_Slavonic-PROIEL/cu_proiel-ud-test.conllu'

UD_27 test set of OLD_CHURCH_SLAVONIC_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_CHURCH_SLAVONIC_PROIEL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Church_Slavonic-PROIEL/cu_proiel-ud-train.conllu'

UD_27 train set of OLD_CHURCH_SLAVONIC_PROIEL.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_FRENCH_SRCMF_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_French-SRCMF/fro_srcmf-ud-dev.conllu'

UD_27 dev set of OLD_FRENCH_SRCMF.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_FRENCH_SRCMF_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_French-SRCMF/fro_srcmf-ud-test.conllu'

UD_27 test set of OLD_FRENCH_SRCMF.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_FRENCH_SRCMF_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_French-SRCMF/fro_srcmf-ud-train.conllu'

UD_27 train set of OLD_FRENCH_SRCMF.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_RUSSIAN_RNC_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Russian-RNC/orv_rnc-ud-test.conllu'

UD_27 test set of OLD_RUSSIAN_RNC.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_RUSSIAN_RNC_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Russian-RNC/orv_rnc-ud-train.conllu'

UD_27 train set of OLD_RUSSIAN_RNC.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_RUSSIAN_TOROT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Russian-TOROT/orv_torot-ud-dev.conllu'

UD_27 dev set of OLD_RUSSIAN_TOROT.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_RUSSIAN_TOROT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Russian-TOROT/orv_torot-ud-test.conllu'

UD_27 test set of OLD_RUSSIAN_TOROT.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_RUSSIAN_TOROT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Russian-TOROT/orv_torot-ud-train.conllu'

UD_27 train set of OLD_RUSSIAN_TOROT.

hanlp.datasets.parsing.ud.ud27.UD_27_OLD_TURKISH_TONQQ_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Old_Turkish-Tonqq/otk_tonqq-ud-test.conllu'

UD_27 test set of OLD_TURKISH_TONQQ.

hanlp.datasets.parsing.ud.ud27.UD_27_PERSIAN_PERDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Persian-PerDT/fa_perdt-ud-dev.conllu'

UD_27 dev set of PERSIAN_PERDT.

hanlp.datasets.parsing.ud.ud27.UD_27_PERSIAN_PERDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Persian-PerDT/fa_perdt-ud-test.conllu'

UD_27 test set of PERSIAN_PERDT.

hanlp.datasets.parsing.ud.ud27.UD_27_PERSIAN_PERDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Persian-PerDT/fa_perdt-ud-train.conllu'

UD_27 train set of PERSIAN_PERDT.

hanlp.datasets.parsing.ud.ud27.UD_27_PERSIAN_SERAJI_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Persian-Seraji/fa_seraji-ud-dev.conllu'

UD_27 dev set of PERSIAN_SERAJI.

hanlp.datasets.parsing.ud.ud27.UD_27_PERSIAN_SERAJI_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Persian-Seraji/fa_seraji-ud-test.conllu'

UD_27 test set of PERSIAN_SERAJI.

hanlp.datasets.parsing.ud.ud27.UD_27_PERSIAN_SERAJI_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Persian-Seraji/fa_seraji-ud-train.conllu'

UD_27 train set of PERSIAN_SERAJI.

hanlp.datasets.parsing.ud.ud27.UD_27_POLISH_LFG_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Polish-LFG/pl_lfg-ud-dev.conllu'

UD_27 dev set of POLISH_LFG.

hanlp.datasets.parsing.ud.ud27.UD_27_POLISH_LFG_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Polish-LFG/pl_lfg-ud-test.conllu'

UD_27 test set of POLISH_LFG.

hanlp.datasets.parsing.ud.ud27.UD_27_POLISH_LFG_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Polish-LFG/pl_lfg-ud-train.conllu'

UD_27 train set of POLISH_LFG.

hanlp.datasets.parsing.ud.ud27.UD_27_POLISH_PDB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Polish-PDB/pl_pdb-ud-dev.conllu'

UD_27 dev set of POLISH_PDB.

hanlp.datasets.parsing.ud.ud27.UD_27_POLISH_PDB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Polish-PDB/pl_pdb-ud-test.conllu'

UD_27 test set of POLISH_PDB.

hanlp.datasets.parsing.ud.ud27.UD_27_POLISH_PDB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Polish-PDB/pl_pdb-ud-train.conllu'

UD_27 train set of POLISH_PDB.

hanlp.datasets.parsing.ud.ud27.UD_27_POLISH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Polish-PUD/pl_pud-ud-test.conllu'

UD_27 test set of POLISH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_PORTUGUESE_BOSQUE_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Portuguese-Bosque/pt_bosque-ud-dev.conllu'

UD_27 dev set of PORTUGUESE_BOSQUE.

hanlp.datasets.parsing.ud.ud27.UD_27_PORTUGUESE_BOSQUE_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Portuguese-Bosque/pt_bosque-ud-test.conllu'

UD_27 test set of PORTUGUESE_BOSQUE.

hanlp.datasets.parsing.ud.ud27.UD_27_PORTUGUESE_BOSQUE_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Portuguese-Bosque/pt_bosque-ud-train.conllu'

UD_27 train set of PORTUGUESE_BOSQUE.

hanlp.datasets.parsing.ud.ud27.UD_27_PORTUGUESE_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Portuguese-GSD/pt_gsd-ud-dev.conllu'

UD_27 dev set of PORTUGUESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_PORTUGUESE_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Portuguese-GSD/pt_gsd-ud-test.conllu'

UD_27 test set of PORTUGUESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_PORTUGUESE_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Portuguese-GSD/pt_gsd-ud-train.conllu'

UD_27 train set of PORTUGUESE_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_PORTUGUESE_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Portuguese-PUD/pt_pud-ud-test.conllu'

UD_27 test set of PORTUGUESE_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_NONSTANDARD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-Nonstandard/ro_nonstandard-ud-dev.conllu'

UD_27 dev set of ROMANIAN_NONSTANDARD.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_NONSTANDARD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-Nonstandard/ro_nonstandard-ud-test.conllu'

UD_27 test set of ROMANIAN_NONSTANDARD.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_NONSTANDARD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-Nonstandard/ro_nonstandard-ud-train.conllu'

UD_27 train set of ROMANIAN_NONSTANDARD.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_RRT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-RRT/ro_rrt-ud-dev.conllu'

UD_27 dev set of ROMANIAN_RRT.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_RRT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-RRT/ro_rrt-ud-test.conllu'

UD_27 test set of ROMANIAN_RRT.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_RRT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-RRT/ro_rrt-ud-train.conllu'

UD_27 train set of ROMANIAN_RRT.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_SIMONERO_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-SiMoNERo/ro_simonero-ud-dev.conllu'

UD_27 dev set of ROMANIAN_SIMONERO.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_SIMONERO_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-SiMoNERo/ro_simonero-ud-test.conllu'

UD_27 test set of ROMANIAN_SIMONERO.

hanlp.datasets.parsing.ud.ud27.UD_27_ROMANIAN_SIMONERO_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Romanian-SiMoNERo/ro_simonero-ud-train.conllu'

UD_27 train set of ROMANIAN_SIMONERO.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-GSD/ru_gsd-ud-dev.conllu'

UD_27 dev set of RUSSIAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-GSD/ru_gsd-ud-test.conllu'

UD_27 test set of RUSSIAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-GSD/ru_gsd-ud-train.conllu'

UD_27 train set of RUSSIAN_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-PUD/ru_pud-ud-test.conllu'

UD_27 test set of RUSSIAN_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_SYNTAGRUS_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-SynTagRus/ru_syntagrus-ud-dev.conllu'

UD_27 dev set of RUSSIAN_SYNTAGRUS.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_SYNTAGRUS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-SynTagRus/ru_syntagrus-ud-test.conllu'

UD_27 test set of RUSSIAN_SYNTAGRUS.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_SYNTAGRUS_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-SynTagRus/ru_syntagrus-ud-train.conllu'

UD_27 train set of RUSSIAN_SYNTAGRUS.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_TAIGA_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-Taiga/ru_taiga-ud-dev.conllu'

UD_27 dev set of RUSSIAN_TAIGA.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_TAIGA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-Taiga/ru_taiga-ud-test.conllu'

UD_27 test set of RUSSIAN_TAIGA.

hanlp.datasets.parsing.ud.ud27.UD_27_RUSSIAN_TAIGA_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Russian-Taiga/ru_taiga-ud-train.conllu'

UD_27 train set of RUSSIAN_TAIGA.

hanlp.datasets.parsing.ud.ud27.UD_27_SANSKRIT_UFAL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Sanskrit-UFAL/sa_ufal-ud-test.conllu'

UD_27 test set of SANSKRIT_UFAL.

hanlp.datasets.parsing.ud.ud27.UD_27_SANSKRIT_VEDIC_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Sanskrit-Vedic/sa_vedic-ud-test.conllu'

UD_27 test set of SANSKRIT_VEDIC.

hanlp.datasets.parsing.ud.ud27.UD_27_SANSKRIT_VEDIC_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Sanskrit-Vedic/sa_vedic-ud-train.conllu'

UD_27 train set of SANSKRIT_VEDIC.

hanlp.datasets.parsing.ud.ud27.UD_27_SCOTTISH_GAELIC_ARCOSG_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Scottish_Gaelic-ARCOSG/gd_arcosg-ud-dev.conllu'

UD_27 dev set of SCOTTISH_GAELIC_ARCOSG.

hanlp.datasets.parsing.ud.ud27.UD_27_SCOTTISH_GAELIC_ARCOSG_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Scottish_Gaelic-ARCOSG/gd_arcosg-ud-test.conllu'

UD_27 test set of SCOTTISH_GAELIC_ARCOSG.

hanlp.datasets.parsing.ud.ud27.UD_27_SCOTTISH_GAELIC_ARCOSG_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Scottish_Gaelic-ARCOSG/gd_arcosg-ud-train.conllu'

UD_27 train set of SCOTTISH_GAELIC_ARCOSG.

hanlp.datasets.parsing.ud.ud27.UD_27_SERBIAN_SET_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Serbian-SET/sr_set-ud-dev.conllu'

UD_27 dev set of SERBIAN_SET.

hanlp.datasets.parsing.ud.ud27.UD_27_SERBIAN_SET_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Serbian-SET/sr_set-ud-test.conllu'

UD_27 test set of SERBIAN_SET.

hanlp.datasets.parsing.ud.ud27.UD_27_SERBIAN_SET_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Serbian-SET/sr_set-ud-train.conllu'

UD_27 train set of SERBIAN_SET.

hanlp.datasets.parsing.ud.ud27.UD_27_SKOLT_SAMI_GIELLAGAS_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Skolt_Sami-Giellagas/sms_giellagas-ud-test.conllu'

UD_27 test set of SKOLT_SAMI_GIELLAGAS.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVAK_SNK_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovak-SNK/sk_snk-ud-dev.conllu'

UD_27 dev set of SLOVAK_SNK.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVAK_SNK_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovak-SNK/sk_snk-ud-test.conllu'

UD_27 test set of SLOVAK_SNK.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVAK_SNK_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovak-SNK/sk_snk-ud-train.conllu'

UD_27 train set of SLOVAK_SNK.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVENIAN_SSJ_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovenian-SSJ/sl_ssj-ud-dev.conllu'

UD_27 dev set of SLOVENIAN_SSJ.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVENIAN_SSJ_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovenian-SSJ/sl_ssj-ud-test.conllu'

UD_27 test set of SLOVENIAN_SSJ.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVENIAN_SSJ_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovenian-SSJ/sl_ssj-ud-train.conllu'

UD_27 train set of SLOVENIAN_SSJ.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVENIAN_SST_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovenian-SST/sl_sst-ud-test.conllu'

UD_27 test set of SLOVENIAN_SST.

hanlp.datasets.parsing.ud.ud27.UD_27_SLOVENIAN_SST_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Slovenian-SST/sl_sst-ud-train.conllu'

UD_27 train set of SLOVENIAN_SST.

hanlp.datasets.parsing.ud.ud27.UD_27_SOI_AHA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Soi-AHA/soj_aha-ud-test.conllu'

UD_27 test set of SOI_AHA.

hanlp.datasets.parsing.ud.ud27.UD_27_SOUTH_LEVANTINE_ARABIC_MADAR_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_South_Levantine_Arabic-MADAR/ajp_madar-ud-test.conllu'

UD_27 test set of SOUTH_LEVANTINE_ARABIC_MADAR.

hanlp.datasets.parsing.ud.ud27.UD_27_SPANISH_ANCORA_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Spanish-AnCora/es_ancora-ud-dev.conllu'

UD_27 dev set of SPANISH_ANCORA.

hanlp.datasets.parsing.ud.ud27.UD_27_SPANISH_ANCORA_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Spanish-AnCora/es_ancora-ud-test.conllu'

UD_27 test set of SPANISH_ANCORA.

hanlp.datasets.parsing.ud.ud27.UD_27_SPANISH_ANCORA_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Spanish-AnCora/es_ancora-ud-train.conllu'

UD_27 train set of SPANISH_ANCORA.

hanlp.datasets.parsing.ud.ud27.UD_27_SPANISH_GSD_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Spanish-GSD/es_gsd-ud-dev.conllu'

UD_27 dev set of SPANISH_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_SPANISH_GSD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Spanish-GSD/es_gsd-ud-test.conllu'

UD_27 test set of SPANISH_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_SPANISH_GSD_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Spanish-GSD/es_gsd-ud-train.conllu'

UD_27 train set of SPANISH_GSD.

hanlp.datasets.parsing.ud.ud27.UD_27_SPANISH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Spanish-PUD/es_pud-ud-test.conllu'

UD_27 test set of SPANISH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_LINES_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish-LinES/sv_lines-ud-dev.conllu'

UD_27 dev set of SWEDISH_LINES.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_LINES_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish-LinES/sv_lines-ud-test.conllu'

UD_27 test set of SWEDISH_LINES.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_LINES_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish-LinES/sv_lines-ud-train.conllu'

UD_27 train set of SWEDISH_LINES.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish-PUD/sv_pud-ud-test.conllu'

UD_27 test set of SWEDISH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_SIGN_LANGUAGE_SSLC_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish_Sign_Language-SSLC/swl_sslc-ud-dev.conllu'

UD_27 dev set of SWEDISH_SIGN_LANGUAGE_SSLC.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_SIGN_LANGUAGE_SSLC_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish_Sign_Language-SSLC/swl_sslc-ud-test.conllu'

UD_27 test set of SWEDISH_SIGN_LANGUAGE_SSLC.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_SIGN_LANGUAGE_SSLC_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish_Sign_Language-SSLC/swl_sslc-ud-train.conllu'

UD_27 train set of SWEDISH_SIGN_LANGUAGE_SSLC.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_TALBANKEN_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish-Talbanken/sv_talbanken-ud-dev.conllu'

UD_27 dev set of SWEDISH_TALBANKEN.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_TALBANKEN_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish-Talbanken/sv_talbanken-ud-test.conllu'

UD_27 test set of SWEDISH_TALBANKEN.

hanlp.datasets.parsing.ud.ud27.UD_27_SWEDISH_TALBANKEN_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swedish-Talbanken/sv_talbanken-ud-train.conllu'

UD_27 train set of SWEDISH_TALBANKEN.

hanlp.datasets.parsing.ud.ud27.UD_27_SWISS_GERMAN_UZH_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Swiss_German-UZH/gsw_uzh-ud-test.conllu'

UD_27 test set of SWISS_GERMAN_UZH.

hanlp.datasets.parsing.ud.ud27.UD_27_TAGALOG_TRG_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Tagalog-TRG/tl_trg-ud-test.conllu'

UD_27 test set of TAGALOG_TRG.

hanlp.datasets.parsing.ud.ud27.UD_27_TAGALOG_UGNAYAN_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Tagalog-Ugnayan/tl_ugnayan-ud-test.conllu'

UD_27 test set of TAGALOG_UGNAYAN.

hanlp.datasets.parsing.ud.ud27.UD_27_TAMIL_MWTT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Tamil-MWTT/ta_mwtt-ud-test.conllu'

UD_27 test set of TAMIL_MWTT.

hanlp.datasets.parsing.ud.ud27.UD_27_TAMIL_TTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Tamil-TTB/ta_ttb-ud-dev.conllu'

UD_27 dev set of TAMIL_TTB.

hanlp.datasets.parsing.ud.ud27.UD_27_TAMIL_TTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Tamil-TTB/ta_ttb-ud-test.conllu'

UD_27 test set of TAMIL_TTB.

hanlp.datasets.parsing.ud.ud27.UD_27_TAMIL_TTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Tamil-TTB/ta_ttb-ud-train.conllu'

UD_27 train set of TAMIL_TTB.

hanlp.datasets.parsing.ud.ud27.UD_27_TELUGU_MTG_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Telugu-MTG/te_mtg-ud-dev.conllu'

UD_27 dev set of TELUGU_MTG.

hanlp.datasets.parsing.ud.ud27.UD_27_TELUGU_MTG_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Telugu-MTG/te_mtg-ud-test.conllu'

UD_27 test set of TELUGU_MTG.

hanlp.datasets.parsing.ud.ud27.UD_27_TELUGU_MTG_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Telugu-MTG/te_mtg-ud-train.conllu'

UD_27 train set of TELUGU_MTG.

hanlp.datasets.parsing.ud.ud27.UD_27_THAI_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Thai-PUD/th_pud-ud-test.conllu'

UD_27 test set of THAI_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_TUPINAMBA_TUDET_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Tupinamba-TuDeT/tpn_tudet-ud-test.conllu'

UD_27 test set of TUPINAMBA_TUDET.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_BOUN_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-BOUN/tr_boun-ud-dev.conllu'

UD_27 dev set of TURKISH_BOUN.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_BOUN_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-BOUN/tr_boun-ud-test.conllu'

UD_27 test set of TURKISH_BOUN.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_BOUN_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-BOUN/tr_boun-ud-train.conllu'

UD_27 train set of TURKISH_BOUN.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_GB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-GB/tr_gb-ud-test.conllu'

UD_27 test set of TURKISH_GB.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_GERMAN_SAGT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish_German-SAGT/qtd_sagt-ud-dev.conllu'

UD_27 dev set of TURKISH_GERMAN_SAGT.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_GERMAN_SAGT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish_German-SAGT/qtd_sagt-ud-test.conllu'

UD_27 test set of TURKISH_GERMAN_SAGT.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_GERMAN_SAGT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish_German-SAGT/qtd_sagt-ud-train.conllu'

UD_27 train set of TURKISH_GERMAN_SAGT.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_IMST_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-IMST/tr_imst-ud-dev.conllu'

UD_27 dev set of TURKISH_IMST.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_IMST_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-IMST/tr_imst-ud-test.conllu'

UD_27 test set of TURKISH_IMST.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_IMST_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-IMST/tr_imst-ud-train.conllu'

UD_27 train set of TURKISH_IMST.

hanlp.datasets.parsing.ud.ud27.UD_27_TURKISH_PUD_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Turkish-PUD/tr_pud-ud-test.conllu'

UD_27 test set of TURKISH_PUD.

hanlp.datasets.parsing.ud.ud27.UD_27_UKRAINIAN_IU_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ukrainian-IU/uk_iu-ud-dev.conllu'

UD_27 dev set of UKRAINIAN_IU.

hanlp.datasets.parsing.ud.ud27.UD_27_UKRAINIAN_IU_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ukrainian-IU/uk_iu-ud-test.conllu'

UD_27 test set of UKRAINIAN_IU.

hanlp.datasets.parsing.ud.ud27.UD_27_UKRAINIAN_IU_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Ukrainian-IU/uk_iu-ud-train.conllu'

UD_27 train set of UKRAINIAN_IU.

hanlp.datasets.parsing.ud.ud27.UD_27_UPPER_SORBIAN_UFAL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Upper_Sorbian-UFAL/hsb_ufal-ud-test.conllu'

UD_27 test set of UPPER_SORBIAN_UFAL.

hanlp.datasets.parsing.ud.ud27.UD_27_UPPER_SORBIAN_UFAL_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Upper_Sorbian-UFAL/hsb_ufal-ud-train.conllu'

UD_27 train set of UPPER_SORBIAN_UFAL.

hanlp.datasets.parsing.ud.ud27.UD_27_URDU_UDTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Urdu-UDTB/ur_udtb-ud-dev.conllu'

UD_27 dev set of URDU_UDTB.

hanlp.datasets.parsing.ud.ud27.UD_27_URDU_UDTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Urdu-UDTB/ur_udtb-ud-test.conllu'

UD_27 test set of URDU_UDTB.

hanlp.datasets.parsing.ud.ud27.UD_27_URDU_UDTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Urdu-UDTB/ur_udtb-ud-train.conllu'

UD_27 train set of URDU_UDTB.

hanlp.datasets.parsing.ud.ud27.UD_27_UYGHUR_UDT_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Uyghur-UDT/ug_udt-ud-dev.conllu'

UD_27 dev set of UYGHUR_UDT.

hanlp.datasets.parsing.ud.ud27.UD_27_UYGHUR_UDT_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Uyghur-UDT/ug_udt-ud-test.conllu'

UD_27 test set of UYGHUR_UDT.

hanlp.datasets.parsing.ud.ud27.UD_27_UYGHUR_UDT_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Uyghur-UDT/ug_udt-ud-train.conllu'

UD_27 train set of UYGHUR_UDT.

hanlp.datasets.parsing.ud.ud27.UD_27_VIETNAMESE_VTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Vietnamese-VTB/vi_vtb-ud-dev.conllu'

UD_27 dev set of VIETNAMESE_VTB.

hanlp.datasets.parsing.ud.ud27.UD_27_VIETNAMESE_VTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Vietnamese-VTB/vi_vtb-ud-test.conllu'

UD_27 test set of VIETNAMESE_VTB.

hanlp.datasets.parsing.ud.ud27.UD_27_VIETNAMESE_VTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Vietnamese-VTB/vi_vtb-ud-train.conllu'

UD_27 train set of VIETNAMESE_VTB.

hanlp.datasets.parsing.ud.ud27.UD_27_WARLPIRI_UFAL_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Warlpiri-UFAL/wbp_ufal-ud-test.conllu'

UD_27 test set of WARLPIRI_UFAL.

hanlp.datasets.parsing.ud.ud27.UD_27_WELSH_CCG_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Welsh-CCG/cy_ccg-ud-test.conllu'

UD_27 test set of WELSH_CCG.

hanlp.datasets.parsing.ud.ud27.UD_27_WELSH_CCG_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Welsh-CCG/cy_ccg-ud-train.conllu'

UD_27 train set of WELSH_CCG.

hanlp.datasets.parsing.ud.ud27.UD_27_WOLOF_WTB_DEV = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Wolof-WTB/wo_wtb-ud-dev.conllu'

UD_27 dev set of WOLOF_WTB.

hanlp.datasets.parsing.ud.ud27.UD_27_WOLOF_WTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Wolof-WTB/wo_wtb-ud-test.conllu'

UD_27 test set of WOLOF_WTB.

hanlp.datasets.parsing.ud.ud27.UD_27_WOLOF_WTB_TRAIN = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Wolof-WTB/wo_wtb-ud-train.conllu'

UD_27 train set of WOLOF_WTB.

hanlp.datasets.parsing.ud.ud27.UD_27_YORUBA_YTB_TEST = 'https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/allzip#ud-treebanks-v2.7/UD_Yoruba-YTB/yo_ytb-ud-test.conllu'

UD_27 test set of YORUBA_YTB.

Multilingual

hanlp.datasets.parsing.ud.ud27m.UD_27_MULTILINGUAL_DEV = '/Users/hankcs/.hanlp/thirdparty/lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/ud-multilingual-v2.7/dev.conllu'

Dev set of multilingual UD_27 obtained by concatenating all dev sets.

hanlp.datasets.parsing.ud.ud27m.UD_27_MULTILINGUAL_TEST = '/Users/hankcs/.hanlp/thirdparty/lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/ud-multilingual-v2.7/test.conllu'

Test set of multilingual UD_27 obtained by concatenating all test sets.

hanlp.datasets.parsing.ud.ud27m.UD_27_MULTILINGUAL_TRAIN = '/Users/hankcs/.hanlp/thirdparty/lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3424/ud-multilingual-v2.7/train.conllu'

Training set of multilingual UD_27 obtained by concatenating all training sets.