Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling non-finite forms #1

Open
epageperron opened this issue Jul 9, 2018 · 2 comments
Open

Handling non-finite forms #1

epageperron opened this issue Jul 9, 2018 · 2 comments

Comments

@epageperron
Copy link
Member

epageperron commented Jul 9, 2018

It would be best to add a rule to handle non-finite forms.
Right now we mark finite forms this way :
"Verb Form": {
"FIN": "Fin",
"FIN-L1": "Fin",
"FIN-L2": "Fin"
},

The rule should be:
Only in the case of verbs ( V ), if there are no prefix before the POS, except "nu", then verb form is non-finite, it should be marked at "Part". If there is one or more prefix, then it is finite and should be marked at "Fin'". In the case of V with no prefix but followed by PF, the "Ger" tag should be used.

http://universaldependencies.org/u/feat/VerbForm.html

(cc: @lukurkurra )

@epageperron
Copy link
Member Author

Finally we added a tag for non-finite forms.
the presence of NF marks the V as non-finite. All other V forms are finite.

@epageperron
Copy link
Member Author

@jayanth @sagar are these new tags we added currently handled properly in the converter to conll-U? I imagine it would require mapping to UD ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant