mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
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};
|
||||
IDet = {s : Str ; n : Res.Number; requiresSubjPrefix: Bool};
|
||||
IQuant = {s : Res.Number =>Str ; requiresSubjPrefix: Bool};
|
||||
DAP = Res.Determiner ;;
|
||||
DAP = Res.Determiner ;
|
||||
|
||||
--VV =
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ lin
|
||||
|
||||
-- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user