1
0
forked from GitHub/gf-core

Minor updates to Maltese RGL

removed "definiteness" as a noun param; articles should be treated separately.
This commit is contained in:
john.j.camilleri
2012-02-29 08:33:56 +00:00
parent eb1b4ecf3f
commit aae0ddc22a
2 changed files with 7 additions and 58 deletions

View File

@@ -244,7 +244,7 @@ resource ResMlt = PatternsMlt ** open Prelude in {
} ;
-}
Noun : Type = {
s : Noun_Number => Definiteness => Str ;
s : Noun_Number => Str ;
g : Gender ;
} ;