forked from GitHub/gf-rgl
Some errors corrected but my the abstract syntax seems to have changed. Cause could be the pull request I made on the current RGL
This commit is contained in:
@@ -71,7 +71,7 @@ lincat
|
|||||||
IAdv = {s : Str ; requiresSubjPrefix: Bool};
|
IAdv = {s : Str ; requiresSubjPrefix: Bool};
|
||||||
IDet = {s : Str ; n : Res.Number; requiresSubjPrefix: Bool};
|
IDet = {s : Str ; n : Res.Number; requiresSubjPrefix: Bool};
|
||||||
IQuant = {s : Res.Number =>Str ; requiresSubjPrefix: Bool};
|
IQuant = {s : Res.Number =>Str ; requiresSubjPrefix: Bool};
|
||||||
DAP = Res.Determiner ;;
|
DAP = Res.Determiner ;
|
||||||
|
|
||||||
--VV =
|
--VV =
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ lin
|
|||||||
|
|
||||||
-- A sentence can be modified by a relative clause referring to its contents.
|
-- A sentence can be modified by a relative clause referring to its contents.
|
||||||
|
|
||||||
RelS : S -> RS -> S ; -- she sleeps, which is good
|
--RelS : S -> RS -> S ; -- she sleeps, which is good
|
||||||
|
|
||||||
--2 Clauses missing object noun phrases
|
--2 Clauses missing object noun phrases
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user