mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
interface for shallow parsing + basic lexicon
This commit is contained in:
@@ -65,9 +65,9 @@ concrete StructuralEng of Structural =
|
||||
WhenIAdv = ss "when" ;
|
||||
WhereIAdv = ss "where" ;
|
||||
WhyIAdv = ss "why" ;
|
||||
EverywhereNP = advPost "everywhere" ;
|
||||
SomewhereNP = advPost "somewhere" ;
|
||||
NowhereNP = advPost "nowhere" ;
|
||||
EverywhereNP = ss "everywhere" ;
|
||||
SomewhereNP = ss "somewhere" ;
|
||||
NowhereNP = ss "nowhere" ;
|
||||
|
||||
AndConj = ss "and" ** {n = Pl} ;
|
||||
OrConj = ss "or" ** {n = Sg} ;
|
||||
|
||||
Reference in New Issue
Block a user