added Ara and Eus into ResourceDemo

This commit is contained in:
Aarne Ranta
2019-08-02 12:17:11 +02:00
parent 8b8d815a5b
commit 915d0f0d50
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -172,6 +172,6 @@ lin
numeralDet n = S.mkDet <n : Numeral> ;
RSubjS subj a b = mkS (S.mkAdv <subj : Subj> <a : S>) b ;
SlashV2 np v2 = mkClSlash np v2 ;
SlashPrep cl p = mkClSlash (lin Cl cl) <p : Prep> ;
---- SlashPrep cl p = mkClSlash (lin Cl cl) <p : Prep> ;
RAdvCN cn p pp = mkCN <lin CN cn : CN> (mkAdv <p : Prep> <pp : NP>) ;
}