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

Multiple occurences of intensifiers #93

Open
mgeorgescu opened this issue Oct 4, 2013 · 1 comment
Open

Multiple occurences of intensifiers #93

mgeorgescu opened this issue Oct 4, 2013 · 1 comment

Comments

@mgeorgescu
Copy link

In examples where the intensifier is repeated:

"I am very very very delighted that he could join us."

Should we keep only one instance of the degree or have a nested structure:

 delight-01 
   :degree (v / very)
      :degree (v1 / very)
         :degree (v2 / very)

Thank you,
madalina

@uhermjakob
Copy link
Collaborator

I would lean towards a simple single :degree

(d / delight-01
  :degree (v / very))

But I have to admit than when I post-edited my section of The Little Prince, I could not bring myself to change the rather creative AMR by one of the LDC annotators:

Little Prince sentence 319: "No , no no !

(n / no :quant 3)

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

2 participants