Skip to content

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

@Kaljurand

Description

@Kaljurand

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 ||

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions