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

Parse and show multiple tags per word in Gysseling #27

Open
peterdekker opened this issue Mar 4, 2019 · 0 comments
Open

Parse and show multiple tags per word in Gysseling #27

peterdekker opened this issue Mar 4, 2019 · 0 comments

Comments

@peterdekker
Copy link
Contributor

Gysseling can have multiple tags per word, of the form:
VRB(type=main,finiteness=finite,tense=present,inflection=0)+PD(type=pers,other)
We would like to parse and show these.
Desired output would be this:
pos: VRB+PD type: main+pers finiteness:finite+undefined (of na ofzo voor not applicable) tense:present+undefined inflection: 0+undefined
Right now, they are misparsed.

I started work on this, but did not yet finish, on this branch: https://github.com/INL/clariah-fcs-endpoints/tree/multipletags

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