forked from GitHub/gf-rgl
=Final changes to mergerd branch. Lexicon files left to process
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete AllCgg of AllCggAbs =
|
||||
LangCgg, SentenceExtraCgg,LexiconExtraCgg
|
||||
LangCgg, SentenceExtraCgg
|
||||
** {} ;
|
||||
@@ -2,6 +2,5 @@
|
||||
|
||||
abstract AllCggAbs =
|
||||
Lang,
|
||||
SentenceExtra,
|
||||
LexiconExtra
|
||||
SentenceExtra
|
||||
** {} ;
|
||||
@@ -19,7 +19,7 @@ fun
|
||||
pilate_PN : PN;
|
||||
mary_PN : PN;
|
||||
david_PN : PN;
|
||||
jesus_teacher_PN : PN;
|
||||
jesus_teacher_PN : PN;
|
||||
angel_PN : PN;
|
||||
herod_PN : PN;
|
||||
isreal_PN : PN;
|
||||
|
||||
@@ -2,7 +2,7 @@ concrete LexiconExtraCgg of LexiconExtra = CatCgg **
|
||||
open ParadigmsCgg, ResCgg, Prelude in {
|
||||
|
||||
lin
|
||||
creator_PN = mkN "Ruhanga" ZERO_BAA;
|
||||
creator_1_PN = mkN "Ruhanga" ZERO_BAA;
|
||||
jesus_PN = mkN "Yesu" ZERO_BAA;
|
||||
lord_PN = mkN "Mukama" ZERO_BAA;
|
||||
christ_PN = mkN "Kristo" ZERO_BAA;
|
||||
@@ -16,19 +16,19 @@ concrete LexiconExtraCgg of LexiconExtra = CatCgg **
|
||||
jacob_PN = mkN "Yakobo" ZERO_BAA;
|
||||
creator_PN = mkN "Nyakubaho" ZERO_ZERO;
|
||||
satan_PN = mkN "Sitaane" ZERO_ZERO;
|
||||
galilee_PN = mkN "Galilaaya" ZERO_ZAA;
|
||||
pilate (pontius)_PN = mkN "pilaato" ZERO_BAA;
|
||||
galilee_PN = mkN "Galilaaya" HA;
|
||||
pilate_PN = mkN "pilaato" ZERO_BAA;
|
||||
mary_PN = mkN "Mariya" ;
|
||||
david_PN = mkN "Daudi" ZERO_BAA;
|
||||
jesus_teacher_PN = mkN "Mwegyesa" ;
|
||||
angel_PN = mkN "Maraika" ZERO_BAA;
|
||||
herod_PN = mkN "Herode" ZERO_BAA;
|
||||
isreal_PN = mkN "Isiraeli" ZERO_ZAA;
|
||||
isreal_PN = mkN "Isiraeli" HA;
|
||||
judas_PN = mkN "Yuda" ZERO_BAA;
|
||||
joseph_PN = mkN "Yosefu" ZERO_BAA;
|
||||
philip_PN = mkN "Filipo" ;
|
||||
barnabas_PN = mkN "Barinaba" ZERO_BAA;
|
||||
saul_PN = mkN "Saulo" ZERO_BA;
|
||||
saul_PN = mkN "Saulo" ZERO_BAA;
|
||||
elijah_PN = mkN "Eliya" ZERO_BAA;
|
||||
egypt_PN = mkN "Misiri" ZERO_ZAA;
|
||||
egypt_PN = mkN "Misiri" HA;
|
||||
}
|
||||
Reference in New Issue
Block a user