mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
Maltese RG: Irregular verbs in Dict, Lexicon. Prep, Conj and others.
This commit is contained in:
@@ -17,10 +17,11 @@ resource MorphoMlt = ResMlt ** open Prelude in {
|
||||
oper
|
||||
mkDeterminer : Number -> Str -> Determiner = \n,s -> {
|
||||
s = \\gen => s ;
|
||||
n = Num n ; -- Number -> NumForm
|
||||
n = NumX n ; -- Number -> NumForm
|
||||
clitic = [] ;
|
||||
hasNum = False ;
|
||||
isPron = False ;
|
||||
isDefn = False ;
|
||||
} ;
|
||||
|
||||
{- Pronoun -------------------------------------------------------------- -}
|
||||
|
||||
Reference in New Issue
Block a user