mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
implemented the top-17 missing functions in ParseChi; shaky definitions though
This commit is contained in:
@@ -86,4 +86,6 @@ concrete NounChi of Noun = CatChi ** open ResChi, Prelude in {
|
||||
|
||||
PossNP cn np = {s = np.s ++ possessive_s ++ cn.s ; c = cn.c} ;
|
||||
|
||||
CountNP det np = {s = det.s ++ possessive_s ++ np.s} ; ---- classifier?
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user