forked from GitHub/gf-core
separate independent (NP without CN) forms of IndefArt and DefArt in Romance languages. The choice of words was unsure in some cases, but at least this eliminates the problem of empty NP's translating to "ones".
This commit is contained in:
@@ -70,8 +70,8 @@ interface DiffRomance = open CommonRomance, Prelude in {
|
||||
|
||||
partitive : Gender -> Case -> Str ;
|
||||
|
||||
artDef : Gender -> Number -> Case -> Str ;
|
||||
artIndef : Gender -> Number -> Case -> Str ;
|
||||
artDef : Bool -> Gender -> Number -> Case -> Str ;
|
||||
artIndef : Bool -> Gender -> Number -> Case -> Str ; -- True = used as NP, False = used as Det
|
||||
|
||||
-- This is the definite article in Italian, $prepCase c$ in French and Spanish.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user