mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
controlling the substantival and adjectival det forms in english
This commit is contained in:
@@ -16,10 +16,13 @@ resource MorphoEng = open Prelude, (Predef=Predef), ResEng in {
|
||||
|
||||
oper
|
||||
|
||||
mkDeterminer : Number -> Str -> {s : Str ; sp : Case => Str; n : Number} = \n,s ->
|
||||
mkDeterminer : Number -> Str ->
|
||||
{s : Str ; sp : Case => Str; n : Number ; hasNum : Bool} = \n,s ->
|
||||
{s = s;
|
||||
sp = regGenitiveS s ;
|
||||
n = n} ;
|
||||
n = n ;
|
||||
hasNum = True ; -- doesn't matter since s = sp
|
||||
} ;
|
||||
|
||||
--2 Pronouns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user