mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
Maltese RG: make pro-drop explicit. Other small fixes in Structural, Lexicon.
This commit is contained in:
@@ -60,7 +60,7 @@ concrete StructuralMlt of Structural = CatMlt **
|
||||
{- Conjunction ---------------------------------------------------------- -}
|
||||
|
||||
and_Conj = mkConj "u" ;
|
||||
both7and_DConj = mkConj "kemm" "u";
|
||||
both7and_DConj = mkConj "kemm" "u kemm";
|
||||
but_PConj = ss "imma" ;
|
||||
either7or_DConj = mkConj "jew" "inkella" ;
|
||||
or_Conj = mkConj "jew" ;
|
||||
@@ -123,16 +123,16 @@ concrete StructuralMlt of Structural = CatMlt **
|
||||
at_most_AdN = mkAdN "l-iktar" ;
|
||||
everywhere_Adv = mkAdv "kullimkien" ;
|
||||
here_Adv = mkAdv "hawn" ;
|
||||
here7to_Adv = mkAdv ["s'hawnhekk"] ;
|
||||
here7from_Adv = mkAdv ["minn hawnhekk"] ;
|
||||
here7to_Adv = mkAdv ["s'hawn"] ;
|
||||
here7from_Adv = mkAdv ["minn hawn"] ;
|
||||
less_CAdv = C.mkCAdv "inqas" "minn" ; --- inqas mill-ieħor
|
||||
more_CAdv = C.mkCAdv "iktar" "minn" ; --- iktar mit-tnejn
|
||||
quite_Adv = mkAdv "pjuttost" ;
|
||||
so_AdA = mkAdA "allura" ;
|
||||
somewhere_Adv = mkAdv "x'imkien" ;
|
||||
there_Adv = mkAdv "hemmhekk" ;
|
||||
there7to_Adv = mkAdv "s'hemmhekk" ;
|
||||
there7from_Adv = mkAdv ["minn hemmhekk"] ;
|
||||
there_Adv = mkAdv "hemm" ;
|
||||
there7to_Adv = mkAdv "s'hemm" ;
|
||||
there7from_Adv = mkAdv ["minn hemm"] ;
|
||||
too_AdA = mkAdA "ukoll" ;
|
||||
very_AdA = mkAdA "ħafna" ;
|
||||
as_CAdv = C.mkCAdv "" "daqs" ; -- "as good as gold"
|
||||
|
||||
Reference in New Issue
Block a user