Created
September 5, 2015 09:08
-
-
Save kendricktan/ae0add7c6cc7e3746cf3 to your computer and use it in GitHub Desktop.
NCSS 2015 CCG Parsing Test cases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enter categories: PP (S\NP)/NP NP N conj N NP (S\NP)/NP NP/N N/N | |
+-----------+ | |
| | | |
+-----------+-----------+ | |
| | | | |
+-----------+-----------+-----------+ | |
| | | | | |
+-----------+-----------+-----------+-----------+ | |
| | | | | | |
+-----------+-----------+-----------+-----------+-----------+ | |
| | | | | | | |
+-----------+-----------+-----------+-----------+-----------+-----------+ | |
| | | | | | | | |
+-----------+-----------+-----------+-----------+-----------+-----------+-----------+ | |
| | | | | | | | | |
+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+ | |
| | | | N | | | | | | |
+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+ | |
| | S\NP | | | N\N | | | | | | |
+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+ | |
| PP | (S\NP)/NP | NP | N | conj | N | NP | (S\NP)/NP | NP/N | N/N | | |
+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enter categories: NP (S\NP)\NP (S/NP)/NP NP S/NP NP | |
+-----------+ | |
| | | |
+-----------+-----------+ | |
| | | | |
+-----------+-----------+-----------+ | |
| | | | | |
+-----------+-----------+-----------+-----------+ | |
| | | | | | |
+-----------+-----------+-----------+-----------+-----------+ | |
| S\NP | | S/NP | | S | | |
+-----------+-----------+-----------+-----------+-----------+-----------+ | |
| NP | (S\NP)\NP | (S/NP)/NP | NP | S/NP | NP | | |
+-----------+-----------+-----------+-----------+-----------+-----------+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enter categories: S S\NP conj S/NP NP | |
+---------------+ | |
| | | |
+---------------+---------------+ | |
| | | | |
+---------------+---------------+---------------+ | |
| | | S\S | | |
+---------------+---------------+---------------+---------------+ | |
| | | (S/NP)\(S/NP) | S | | |
+---------------+---------------+---------------+---------------+---------------+ | |
| S | S\NP | conj | S/NP | NP | | |
+---------------+---------------+---------------+---------------+---------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment