mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
Maltese: finished morphology for derived verbs
Of course it's never really finished. There's more cases I should write treebanks for and test, but I think the coverage is good enough and the implementation for the verbs is solid enough that only minor fixes may arise. There's also the issue of verb participles, but I'll come back to those when I am looked more closely at the syntax.
This commit is contained in:
@@ -317,7 +317,7 @@ concrete LexiconMlt of Lexicon = CatMlt **
|
||||
teacher_N = mkN "għalliem" "għalliema" ; -- għalliema ?
|
||||
television_N = mkN "televixin" "televixins" ;
|
||||
thick_A = mkA "oħxon" "ħoxna" "ħoxnin" "eħxen" ;
|
||||
thin_A = brokenA "irqiq" "irqaq" "irqaq" ;
|
||||
thin_A = brokenA "rqiq" "rqaq" "rqaq" ;
|
||||
-- think_V
|
||||
-- throw_V2
|
||||
-- tie_V2
|
||||
@@ -341,7 +341,7 @@ concrete LexiconMlt of Lexicon = CatMlt **
|
||||
-- wash_V2
|
||||
-- watch_V2
|
||||
water_N = mkN "ilma" "ilmijiet" masculine ;
|
||||
wet_A = mkA "imxarrab" "imxarrba" "imxarrbin" ;
|
||||
wet_A = mkA "mxarrab" "mxarrba" "mxarrbin" ;
|
||||
white_A = mkA "abjad" "bajda" "bojod" ;
|
||||
wide_A = broad_A ;
|
||||
wife_N = mkN "mara" "nisa" ; -- pronSuffix MARTI
|
||||
|
||||
Reference in New Issue
Block a user