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

consider incorporating CGELBank's xpos #55

Open
nschneid opened this issue Aug 11, 2024 · 0 comments
Open

consider incorporating CGELBank's xpos #55

nschneid opened this issue Aug 11, 2024 · 0 comments

Comments

@nschneid
Copy link
Owner

CGELBank includes a bit of :xpos information—PTB tags for verbs (incl. auxiliaries) and numbers.

Is it worth putting this into the annotation task, or should it be added post hoc?

Asking the parser to distinguish VB vs. VBP, VBN vs. VBD, MD vs. other V_aux, etc. may lead to more accurate structures. OTOH, its tag predictions would have to be checked more carefully.

Note that the aux/non-aux distinction is partially orthogonal to the xpos distinctions from PTB. A tagset combining the info could be: MD VB VBaux VBD VBDaux VBG VBGaux VBN VBNaux VBP VBPaux VBZ VBZaux, replacing current V Vaux. (As well as adding CD to distinguish numerals from other Ds.)

activedop already does some transformations between the ptree/gtree and the ctree, so in principle we could add a bit more notational divergence (this would not affect structure).

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