Maltese RG: Irregular verbs in Dict, Lexicon. Prep, Conj and others.

This commit is contained in:
john.j.camilleri
2013-04-03 06:50:01 +00:00
parent 1689498e60
commit ccdede0b82
12 changed files with 737 additions and 445 deletions
+2 -1
View File
@@ -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 -------------------------------------------------------------- -}