forked from GitHub/gf-core
Jordi's and Gloria's patches
This commit is contained in:
@@ -4,7 +4,10 @@ RTSS=+RTS -M1000M -K100M
|
|||||||
GFCA=$(GF) -nocf
|
GFCA=$(GF) -nocf
|
||||||
GFCC=$(GF) -nocf -make
|
GFCC=$(GF) -nocf -make
|
||||||
GFC=$(GFCC) -src
|
GFC=$(GFCC) -src
|
||||||
|
|
||||||
|
# comment the first and uncomment the second in Windows
|
||||||
GFCP=$(GFC) -preproc=./mkPresent
|
GFCP=$(GFC) -preproc=./mkPresent
|
||||||
|
#GFCP=$(GFC) -preproc=mkPresent
|
||||||
|
|
||||||
|
|
||||||
.PHONY: show-path all test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean
|
.PHONY: show-path all test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean
|
||||||
@@ -55,7 +58,7 @@ present:
|
|||||||
mv */*.gfc */*.gfr ../present
|
mv */*.gfc */*.gfr ../present
|
||||||
|
|
||||||
mathematical:
|
mathematical:
|
||||||
$(GF) -make -nocf -preproc=./mkPresent mathematical/Mathematical???.gf
|
$(GF) -make -nocf $(GFCP) mathematical/Mathematical???.gf
|
||||||
mv mathematical/*.gfc ../mathematical
|
mv mathematical/*.gfc ../mathematical
|
||||||
|
|
||||||
multimodal:
|
multimodal:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ lin n2 =
|
|||||||
"segundo" "duodécimo" "vigésimo" "ducentésimo" ;
|
"segundo" "duodécimo" "vigésimo" "ducentésimo" ;
|
||||||
lin n3 =
|
lin n3 =
|
||||||
mkTal "tres" "trece" "treinta" "trescientos"
|
mkTal "tres" "trece" "treinta" "trescientos"
|
||||||
"terzero" "decimotercero" "trigésimo" "tricentesimo" ;
|
"tercero" "decimotercero" "trigésimo" "tricentesimo" ;
|
||||||
lin n4 =
|
lin n4 =
|
||||||
mkTal "cuatro" "catorce" "cuarenta" "cuatrocientos"
|
mkTal "cuatro" "catorce" "cuarenta" "cuatrocientos"
|
||||||
"cuarto" "decimocuarto" "cuadragésimo" "cuadringentesimo" ;
|
"cuarto" "decimocuarto" "cuadragésimo" "cuadringentesimo" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user