mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-31 10:48:55 -06:00
fix typo and remove commented out line
This commit is contained in:
@@ -29,7 +29,6 @@ concrete AdjectiveEus of Adjective = CatEus ** open ResEus, Prelude in {
|
||||
neureBuru : NounPhrase = empty_NP **
|
||||
{ s = \\cas => neure ++ "buru"
|
||||
++ artDef ! getNum agr ! cas ! FinalVow ;
|
||||
-- stem = neure ++ "buru" ;
|
||||
agr = agr } -- neure buruekin eskondua naiz /
|
||||
-- geure buruekin eskonduak gara
|
||||
in applyPost a2.compl neureBuru ++ a2.s ! AF Posit ;
|
||||
|
||||
@@ -227,7 +227,7 @@ lin louse_N = mkN "zorri" ; --Apertium
|
||||
lin love_N = mkN "maitasun" ; -- | mkN "amodio" ; --Apertium
|
||||
lin love_V2 = ukanV "maite" ;
|
||||
lin man_N = mkN "gizon" animate ; --Apertium
|
||||
lin married_A2 = mkA2 "eskondu" (mkPrep [] sociative) ;
|
||||
lin married_A2 = mkA2 "ezkondu" (mkPrep [] sociative) ;
|
||||
lin meat_N = mkN "haragi" ; -- | mkN "mami" ; --Apertium
|
||||
lin milk_N = mkN "esne" ; --Apertium
|
||||
lin moon_N = mkN "ilargi" ; --Apertium
|
||||
|
||||
Reference in New Issue
Block a user