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

Different trees for the same constructions #5

Open
kovvalsky opened this issue Mar 3, 2021 · 1 comment
Open

Different trees for the same constructions #5

kovvalsky opened this issue Mar 3, 2021 · 1 comment

Comments

@kovvalsky
Copy link
Owner

There’ is an Expletive

Constructions like there is no man exercising or Er is geen man aan het sporten (from 3897p) get different analysis depending on what parser is used.

CCGbank-based analysis:

ccg(407,
 ba(s:dcl,
  t(np:thr, 'There', 'there', 'EX', 'I-NP', 'O'),
  fa(s:dcl\np:thr,
   t((s:dcl\np:thr)/np, 'is', 'be', 'VBZ', 'I-VP', 'O'),
   fa(np,
    t(np/n, 'no', 'no', 'DT', 'I-NP', 'O'),
    ba(n,
     t(n, 'man', 'man', 'NN', 'I-NP', 'O'),
     lx(n\n, s:ng\np,
      t(s:ng\np, 'exercising', 'exercise', 'VBG', 'I-VP', 'O'))))))).

Lassy-based analysis:
image

PMB-based analysis:

image

@kovvalsky
Copy link
Owner Author

kovvalsky commented Mar 3, 2021

Predicative PP

Predicative PPs are sentence modifiers rather than an argument of a copula like in CCG or other grammar formalisms.

[623] Een volwassene is in het amfitheater en praat met een jongen

image

✔️ Determiner takes a predicative adjective

This is also an unexpected analysis (and most probably wrong as I don't find such analyses in Alpino trees)

✔️ Solved by adding a fix rule

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