elliottlash12 / UD_Old_Irish-CritMinorGlossesMilan

A Universal Dependencies Treebank for the Old Irish "Minor Glosses"
0 stars 0 forks source link

xpos and lemma-related feature changes #6

Closed elliottlash12 closed 3 years ago

elliottlash12 commented 3 years ago

Remember to update the feats column with information from some xpos and lemmas.

For example, if the lemma is 1sg.indp.pron. the information Person=1 and Number=Sing should be inserted into feats. Likewise, if the xpos is pronoun_demonstrative_proximate, the feature Deict should = Prox.

elliottlash12 commented 3 years ago

This was solved by adding the functions analyze_gender_in_prepositions_and_possessivesin() and assign_person_to_pronouns() to edit_conllu.py.