Add some simple tests for the Basque grammar

This commit is contained in:
Inari Listenmaa
2017-10-03 15:20:52 +02:00
parent b46fcb757c
commit 103669d667
6 changed files with 63 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import ../basque/LangEus.gf
gt PrepNP ? (DetCN (DetQuant DefArt NumSg) (UseN girl_N)) | l -treebank -bind
gt PrepNP ? (DetCN (DetQuant DefArt NumSg) (UseN boy_N)) | l -treebank -bind
gt PrepNP ? (DetCN (DetQuant DefArt NumSg) (UseN dog_N)) | l -treebank -bind
gt PrepNP ? (DetCN (DetQuant DefArt NumSg) (UseN beer_N)) | l -treebank -bind