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

VP coordination with more than 2 arguments is not supported #9

Open
Kaljurand opened this issue Dec 4, 2012 · 1 comment
Open

VP coordination with more than 2 arguments is not supported #9

Kaljurand opened this issue Dec 4, 2012 · 1 comment
Milestone

Comments

@Kaljurand
Copy link
Member

This works:

p -lang=Ace "John asks Mary and asks Mary ." 

This does not work:

p -lang=Ace "John asks Mary and asks Mary and asks Mary ."

The exhaustive test did not find this problem because the AceWiki Codeco testset contains sentences of max length 8 tokens.

$ cat sentences.txt | sed 's/ *$//' | sed "s/  /|/g" | sed "s/[^|]//g" | sort | uniq -c | sort -nr
15254 |||||||
 3158 ||||||
  740 |||||
  223 ||||
   46 |||
    1 ||
@Kaljurand
Copy link
Member Author

Correction: more than 2 arguments are supported but one needs to use a comma as a separator for all but the last element, e.g. this works:

p -lang=Ace "John asks Mary , asks Mary and asks Mary ."

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