mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
- add gennumforms to common romance
- try to make preposition contraction - try to add detcn
This commit is contained in:
@@ -59,12 +59,6 @@ oper
|
||||
}
|
||||
} ;
|
||||
|
||||
genNumForms : Str -> Str -> Str -> Str -> Gender => Number => Str ;
|
||||
genNumForms ms fs mp fp = table {
|
||||
Masc => \\n => numForms ms mp ! n ;
|
||||
Fem => \\n => numForms fs fp ! n
|
||||
} ;
|
||||
|
||||
mkPass : Str -> Gender => Number => Str ;
|
||||
-- passive form is highly predictable from singular masculine
|
||||
mkPass p' = let p = p' + [] in case p of {
|
||||
|
||||
Reference in New Issue
Block a user