added Structural.language_title_Utt and a script for making alignment logo

This commit is contained in:
aarne
2009-06-23 19:23:27 +00:00
parent 4546203f9e
commit 0a167199ce
18 changed files with 49 additions and 0 deletions

View File

@@ -120,4 +120,7 @@ abstract Structural = Cat ** {
as_CAdv : CAdv ;
have_V2 : V2 ;
fun language_title_Utt : Utt ;
}

View File

@@ -109,4 +109,6 @@ concrete StructuralAra of Structural = CatAra **
have_V2 = dirV2 (regV "يَملِك") ;
lin language_title_Utt = ss "العربية" ;
}

View File

@@ -121,5 +121,7 @@ concrete StructuralBul of Structural = CatBul **
have_V2 = dirV2 (stateV (mkV186 "èìàì")) ;
lin language_title_Utt = ss "Áúëãàðñêè" ;
}

View File

@@ -165,4 +165,6 @@ lin
oper
etConj : {s : Str ; n : MorphoCat.Number} = {s = "i" } ** {n = Pl} ;
lin language_title_Utt = ss "català" ;
}

View File

@@ -125,5 +125,7 @@ concrete StructuralDan of Structural = CatDan **
oper
vem = MorphoDan.mkNP "hvem" "hvem" "hvis" "hvis" "hvis" SgUtr P3 ;
lin language_title_Utt = ss "dansk" ;
}

View File

@@ -137,5 +137,7 @@ concrete StructuralEng of Structural = CatEng **
have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ;
lin language_title_Utt = ss "English" ;
}

View File

@@ -304,5 +304,7 @@ lin
have_V2 = mkV2 (caseV adessive vOlla) ;
lin language_title_Utt = ss "suomi" ;
}

View File

@@ -189,5 +189,7 @@ lin
have_V2 = avoir_V2 ;
lin language_title_Utt = ss "français" ;
}

View File

@@ -148,4 +148,6 @@ concrete StructuralGer of Structural = CatGer **
as_CAdv = X.mkCAdv "ebenso" "wie" ;
have_V2 = P.dirV2 IrregGer.haben_V ;
lin language_title_Utt = ss "Deutsch" ;
}

View File

@@ -128,5 +128,7 @@ concrete StructuralHin of Structural = CatHin **
-- s = table Number [x ; y]
-- } ;
--
}
--

View File

@@ -113,5 +113,7 @@ oper
Pl => y
}} ;
lin language_title_Utt = ss "interlingua" ;
}

View File

@@ -176,5 +176,7 @@ lin
have_V2 = dirV2 (verboV (avere_2 "avere")) ;
lin language_title_Utt = ss "italiano" ;
}

View File

@@ -120,5 +120,9 @@ concrete StructuralLat of Structural = CatLat **
youSg_Pron = personalPronoun Masc Sg P2 ;
youPl_Pron = personalPronoun Masc Pl P2 ;
youPol_Pron = personalPronoun Masc Sg P2 ;
lin language_title_Utt = ss "latina" ;
}

13
lib/src/mkLogo.gfs Normal file
View File

@@ -0,0 +1,13 @@
i LangBul.gfo
i LangCat.gfo
i LangDan.gfo
i LangEng.gfo
i LangFin.gfo
i LangFre.gfo
i LangGer.gfo
i LangIta.gfo
i LangNor.gfo
i LangRus.gfo
i LangSpa.gfo
i LangSwe.gfo
p -cat=S -lang=LangEng "this grammar wants to speak twenty - three new languages" | aw -view=open

View File

@@ -126,5 +126,7 @@ concrete StructuralNor of Structural = CatNor **
oper
vem = MorphoNor.mkNP "hvem" "hvem" "hvis" "hvis" "hvis" SgUtr P3 ;
lin language_title_Utt = ss "norsk" ;
}

View File

@@ -127,4 +127,6 @@ lin
--- NeitherNor = sd2 "ни" [", ни"] ** {n = Sg} ;
--- NowhereNP = ss "нигде" ;
--- AgentPrep = { s = "" ; c = Nom}; -- missing in Russian
lin language_title_Utt = ss "Русский" ;
}

View File

@@ -172,5 +172,6 @@ lin
as_CAdv = X.mkCAdv "si" conjThan ; ----
have_V2 = dirV2 (verboV (tener_4 "tener")) ;
lin language_title_Utt = ss "español" ;
}

View File

@@ -151,5 +151,7 @@ lin
as_CAdv = X.mkCAdv "lika" "som" ;
have_V2 = dirV2 (mkV "ha" "har" "ha" "hade" "haft" "haft") ; ---- pp
lin language_title_Utt = ss "svenska" ;
}