mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 14:46:31 -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