mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
German Bronzeage ; two fixes in Italian
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--# -path=.:present:prelude
|
||||
--# -path=.:present
|
||||
|
||||
concrete BronzeageGer of Bronzeage = CatGer, SwadeshGer ** BronzeageI with
|
||||
(Lang = LangGer) ** {
|
||||
concrete BronzeageGer of Bronzeage = SwadeshGer ** BronzeageI with
|
||||
(Syntax = SyntaxGer) ** open ResGer in {
|
||||
flags language = de_DE;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
all: magnet
|
||||
|
||||
magnet:
|
||||
# gfc --make -src --parser=off --name=fre BronzeageFre.gf +RTS -K100M
|
||||
gfc --make -src --parser=off --name=fin BronzeageFin.gf
|
||||
gfc --make -src --erasing=on --name=ger BronzeageGer.gf
|
||||
gfc --make -src BronzeageEng.gf BronzeageSwe.gf BronzeageIta.gf
|
||||
gfc --make --name=grammar fin.pgf Bronzeage.pgf
|
||||
gfc --make --name=grammar fin.pgf ger.pgf Bronzeage.pgf
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete SwadeshGer of Swadesh = CatGer ** SwadeshI with
|
||||
(Lang = LangGer) ;
|
||||
--# -path=.:present
|
||||
|
||||
concrete SwadeshGer of Swadesh = SwadeshI with
|
||||
(L = LexiconGer),
|
||||
(Lexicon = LexiconGer),
|
||||
(Syntax = SyntaxGer) ;
|
||||
|
||||
@@ -73,7 +73,7 @@ lin
|
||||
father_N2 = diN2 (regN "padre") ;
|
||||
fear_VS = mkVS (verboV (temere_20 "temere")) ;
|
||||
find_V2 = dirV2 (regV "trovare") ;
|
||||
fish_N = regN "pesca" ;
|
||||
fish_N = regN "pesce" ;
|
||||
floor_N = regN "pavimento" ;
|
||||
forget_V2 = dirV2 (regV "dimenticare") ;
|
||||
fridge_N = regN "frigorifero" ;
|
||||
|
||||
@@ -97,7 +97,7 @@ incomplete concrete NounRomance of Noun =
|
||||
} ;
|
||||
|
||||
IndefArt = {
|
||||
s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ;
|
||||
s = \\b,n,g,c => if_then_Str b (prepCase c) (artIndef g n c) ;
|
||||
sp = \\n,g,c => artIndef g n c ; ---- not for Fre
|
||||
s2 = []
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user