mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
missing constructs in ParseSpa, some not so certain. Present participles should be added to the morphology.
This commit is contained in:
@@ -166,4 +166,8 @@ incomplete concrete NounRomance of Noun =
|
||||
g = g
|
||||
} ;
|
||||
|
||||
PossNP cn np = {
|
||||
s = \\n => cn.s ! n ++ appCompl {s = [] ; c = genitive ; isDir = False} np ;
|
||||
g = cn.g ;
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user