forked from GitHub/gf-rgl
fixes in parsing
This commit is contained in:
@@ -222,6 +222,7 @@ fun
|
||||
|
||||
PosVG,NegVG : VG -> VP ; --
|
||||
|
||||
|
||||
--!
|
||||
--3 Adverbs
|
||||
--
|
||||
@@ -239,7 +240,7 @@ fun
|
||||
--
|
||||
|
||||
PredVP : NP -> VP -> S ; -- "John walks"
|
||||
PosSlashTV,NegSlashTV : NP -> TV -> Slash ; -- "John sees", "John doesn's see"
|
||||
PosSlashTV,NegSlashTV : NP -> TV -> Slash ; -- "John sees", "John doesn't see"
|
||||
OneVP : VP -> S ; -- "one walks"
|
||||
ThereNP : NP -> S ; -- "there is a bar","there are 86 bars"
|
||||
|
||||
|
||||
@@ -114,6 +114,7 @@ lin
|
||||
CNthatS = nounThatSentence ;
|
||||
|
||||
PredVP = predVerbPhrase ;
|
||||
|
||||
PosVG = predVerbGroup True ;
|
||||
NegVG = predVerbGroup False ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user