mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 22:52:50 -06:00
some var parser bug fixes
This commit is contained in:
@@ -23,6 +23,9 @@ abstract Shallow = {
|
||||
Verb ;
|
||||
TV ;
|
||||
Adj ;
|
||||
AdjDeg ; ----
|
||||
Adj2 ; ----
|
||||
V3 ; ----
|
||||
N ;
|
||||
Noun ;
|
||||
CN ;
|
||||
|
||||
@@ -18,6 +18,9 @@ incomplete concrete ShallowI of Shallow = open (Resource = Resource) in {
|
||||
Det = Resource.Det ;
|
||||
Prep = Resource.Prep ;
|
||||
Num = Resource.Num ;
|
||||
AdjDeg = Resource.AdjDeg ;
|
||||
Adj2 = Resource.Adj2 ;
|
||||
V3 = Resource.V3 ;
|
||||
|
||||
lin
|
||||
PhrS = Resource.IndicPhrase ;
|
||||
|
||||
Reference in New Issue
Block a user