diff --git a/spacy/symbols.pyx b/spacy/symbols.pyx index 56b27512e..d9102037a 100644 --- a/spacy/symbols.pyx +++ b/spacy/symbols.pyx @@ -310,78 +310,78 @@ IDS = { "Number_grpa": Number_grpa, # U20 "Number_grpl": Number_grpl, # U20 "Number_inv": Number_inv, # U20 - "NumForm_digit ": NumForm_digit, # cz, sl, U, - "NumForm_roman ": NumForm_roman, # cz, sl, U, - "NumForm_word ": NumForm_word, # cz, sl, U, - "NumValue_one ": NumValue_one, # cz, U, - "NumValue_two ": NumValue_two, # cz, U, - "NumValue_three ": NumValue_three, # cz, U, - "PartForm_pres ": PartForm_pres, # fi, - "PartForm_past ": PartForm_past, # fi, - "PartForm_agt ": PartForm_agt, # fi, - "PartForm_neg ": PartForm_neg, # fi, - "PartType_mod ": PartType_mod, # U, - "PartType_emp ": PartType_emp, # U, - "PartType_res ": PartType_res, # U, - "PartType_inf ": PartType_inf, # U, - "PartType_vbp ": PartType_vbp, # U, - "Person_abs_one ": Person_abs_one, # bq, U, - "Person_abs_two ": Person_abs_two, # bq, U, - "Person_abs_three ": Person_abs_three, # bq, U, - "Person_dat_one ": Person_dat_one, # bq, U, - "Person_dat_two ": Person_dat_two, # bq, U, - "Person_dat_three ": Person_dat_three, # bq, U, - "Person_erg_one ": Person_erg_one, # bq, U, - "Person_erg_two ": Person_erg_two, # bq, U, - "Person_erg_three ": Person_erg_three, # bq, U, - "Person_psor_one ": Person_psor_one, # fi, U, - "Person_psor_two ": Person_psor_two, # fi, U, - "Person_psor_three ": Person_psor_three, # fi, U, - "Person_zero ": Person_zero, # U20 - "Person_four ": Person_four, # U20 - "Polite_inf ": Polite_inf, # bq, U, - "Polite_pol ": Polite_pol, # bq, U, - "Polite_abs_inf ": Polite_abs_inf, # bq, U, - "Polite_abs_pol ": Polite_abs_pol, # bq, U, - "Polite_erg_inf ": Polite_erg_inf, # bq, U, - "Polite_erg_pol ": Polite_erg_pol, # bq, U, - "Polite_dat_inf ": Polite_dat_inf, # bq, U, - "Polite_dat_pol ": Polite_dat_pol, # bq, U, - "Polite_infm ": Polite_infm, # U20 - "Polite_form ": Polite_form, # U20 - "Polite_form_elev ": Polite_form_elev, # U20 + "NumForm_digit": NumForm_digit, # cz, sl, U, + "NumForm_roman": NumForm_roman, # cz, sl, U, + "NumForm_word": NumForm_word, # cz, sl, U, + "NumValue_one": NumValue_one, # cz, U, + "NumValue_two": NumValue_two, # cz, U, + "NumValue_three": NumValue_three, # cz, U, + "PartForm_pres": PartForm_pres, # fi, + "PartForm_past": PartForm_past, # fi, + "PartForm_agt": PartForm_agt, # fi, + "PartForm_neg": PartForm_neg, # fi, + "PartType_mod": PartType_mod, # U, + "PartType_emp": PartType_emp, # U, + "PartType_res": PartType_res, # U, + "PartType_inf": PartType_inf, # U, + "PartType_vbp": PartType_vbp, # U, + "Person_abs_one": Person_abs_one, # bq, U, + "Person_abs_two": Person_abs_two, # bq, U, + "Person_abs_three": Person_abs_three, # bq, U, + "Person_dat_one": Person_dat_one, # bq, U, + "Person_dat_two": Person_dat_two, # bq, U, + "Person_dat_three": Person_dat_three, # bq, U, + "Person_erg_one": Person_erg_one, # bq, U, + "Person_erg_two": Person_erg_two, # bq, U, + "Person_erg_three": Person_erg_three, # bq, U, + "Person_psor_one": Person_psor_one, # fi, U, + "Person_psor_two": Person_psor_two, # fi, U, + "Person_psor_three": Person_psor_three, # fi, U, + "Person_zero": Person_zero, # U20 + "Person_four": Person_four, # U20 + "Polite_inf": Polite_inf, # bq, U, + "Polite_pol": Polite_pol, # bq, U, + "Polite_abs_inf": Polite_abs_inf, # bq, U, + "Polite_abs_pol": Polite_abs_pol, # bq, U, + "Polite_erg_inf": Polite_erg_inf, # bq, U, + "Polite_erg_pol": Polite_erg_pol, # bq, U, + "Polite_dat_inf": Polite_dat_inf, # bq, U, + "Polite_dat_pol": Polite_dat_pol, # bq, U, + "Polite_infm": Polite_infm, # U20 + "Polite_form": Polite_form, # U20 + "Polite_form_elev": Polite_form_elev, # U20 "Polite_form_humb ": Polite_form_humb, # U20 - "Prefix_yes ": Prefix_yes, # U, - "PrepCase_npr ": PrepCase_npr, # cz, - "PrepCase_pre ": PrepCase_pre, # U, - "PunctSide_ini ": PunctSide_ini, # U, - "PunctSide_fin ": PunctSide_fin, # U, - "PunctType_peri ": PunctType_peri, # U, - "PunctType_qest ": PunctType_qest, # U, - "PunctType_excl ": PunctType_excl, # U, - "PunctType_quot ": PunctType_quot, # U, - "PunctType_brck ": PunctType_brck, # U, - "PunctType_comm ": PunctType_comm, # U, - "PunctType_colo ": PunctType_colo, # U, - "PunctType_semi ": PunctType_semi, # U, - "PunctType_dash ": PunctType_dash, # U, - "Style_arch ": Style_arch, # cz, fi, U, - "Style_rare ": Style_rare, # cz, fi, U, - "Style_poet ": Style_poet, # cz, U, - "Style_norm ": Style_norm, # cz, U, - "Style_coll ": Style_coll, # cz, U, - "Style_vrnc ": Style_vrnc, # cz, U, - "Style_sing ": Style_sing, # cz, U, - "Style_expr ": Style_expr, # cz, U, - "Style_derg ": Style_derg, # cz, U, - "Style_vulg ": Style_vulg, # cz, U, - "Style_yes ": Style_yes, # fi, U, - "StyleVariant_styleShort ": StyleVariant_styleShort, # cz, - "StyleVariant_styleBound ": StyleVariant_styleBound, # cz, sl, - "VerbType_aux ": VerbType_aux, # U, - "VerbType_cop ": VerbType_cop, # U, - "VerbType_mod ": VerbType_mod, # U, - "VerbType_light ": VerbType_light, # U, + "Prefix_yes": Prefix_yes, # U, + "PrepCase_npr": PrepCase_npr, # cz, + "PrepCase_pre": PrepCase_pre, # U, + "PunctSide_ini": PunctSide_ini, # U, + "PunctSide_fin": PunctSide_fin, # U, + "PunctType_peri": PunctType_peri, # U, + "PunctType_qest": PunctType_qest, # U, + "PunctType_excl": PunctType_excl, # U, + "PunctType_quot": PunctType_quot, # U, + "PunctType_brck": PunctType_brck, # U, + "PunctType_comm": PunctType_comm, # U, + "PunctType_colo": PunctType_colo, # U, + "PunctType_semi": PunctType_semi, # U, + "PunctType_dash": PunctType_dash, # U, + "Style_arch": Style_arch, # cz, fi, U, + "Style_rare": Style_rare, # cz, fi, U, + "Style_poet": Style_poet, # cz, U, + "Style_norm": Style_norm, # cz, U, + "Style_coll": Style_coll, # cz, U, + "Style_vrnc": Style_vrnc, # cz, U, + "Style_sing": Style_sing, # cz, U, + "Style_expr": Style_expr, # cz, U, + "Style_derg": Style_derg, # cz, U, + "Style_vulg": Style_vulg, # cz, U, + "Style_yes": Style_yes, # fi, U, + "StyleVariant_styleShort": StyleVariant_styleShort, # cz, + "StyleVariant_styleBound": StyleVariant_styleBound, # cz, sl, + "VerbType_aux": VerbType_aux, # U, + "VerbType_cop": VerbType_cop, # U, + "VerbType_mod": VerbType_mod, # U, + "VerbType_light": VerbType_light, # U, "PERSON": PERSON, "NORP": NORP,