mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
Minor updates to Maltese RGL
removed "definiteness" as a noun param; articles should be treated separately.
This commit is contained in:
@@ -244,7 +244,7 @@ resource ResMlt = PatternsMlt ** open Prelude in {
|
||||
} ;
|
||||
-}
|
||||
Noun : Type = {
|
||||
s : Noun_Number => Definiteness => Str ;
|
||||
s : Noun_Number => Str ;
|
||||
g : Gender ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user