1
0
forked from GitHub/gf-rgl

another update + rename Alb to Sqi

This commit is contained in:
Krasimir Angelov
2024-12-05 14:47:29 +01:00
parent b82bcde9f1
commit ad3fa455b1
17 changed files with 3859 additions and 4812 deletions

View File

@@ -1,6 +1,5 @@
Code,Name,Directory,Functor,Unlexer,Present,All,Try,Symbolic,Compatibility,Synopsis Code,Name,Directory,Functor,Unlexer,Present,All,Try,Symbolic,Compatibility,Synopsis
Afr,Afrikaans,afrikaans,,,,,,n,,y Afr,Afrikaans,afrikaans,,,,,,n,,y
Alb,Albanian,albanian,,,,y,n,n,n,y
Amh,Amharic,amharic,,,,,n,n,,n Amh,Amharic,amharic,,,,,n,n,,n
Ara,Arabic,arabic,,,,,,y,,y Ara,Arabic,arabic,,,,,,y,,y
Bul,Bulgarian,bulgarian,,,y,,,,,y Bul,Bulgarian,bulgarian,,,y,,,,,y
@@ -47,6 +46,7 @@ Slo,Slovak,slovak,,,,,,n,,y
Slv,Slovenian,slovenian,,,,,n,n,,n Slv,Slovenian,slovenian,,,,,n,n,,n
Snd,Sindhi,sindhi,,,,,,,,y Snd,Sindhi,sindhi,,,,,,,,y
Spa,Spanish,spanish,Romance,,y,,,,y,y Spa,Spanish,spanish,Romance,,y,,,,y,y
Sqi,Albanian,albanian,,,,y,n,n,n,y
Swa,Swahili,swahili,Bantu,,,y,n,n,n,n Swa,Swahili,swahili,Bantu,,,y,n,n,n,n
Swe,Swedish,swedish,Scand,,y,,,,y,y Swe,Swedish,swedish,Scand,,y,,,,y,y
Tam,Tamil,tamil,n,n,n,n,n,n,n,n Tam,Tamil,tamil,n,n,n,n,n,n,n,n
1 Code Name Directory Functor Unlexer Present All Try Symbolic Compatibility Synopsis
2 Afr Afrikaans afrikaans n y
Alb Albanian albanian y n n n y
3 Amh Amharic amharic n n n
4 Ara Arabic arabic y y
5 Bul Bulgarian bulgarian y y
46 Slv Slovenian slovenian n n n
47 Snd Sindhi sindhi y
48 Spa Spanish spanish Romance y y y
49 Sqi Albanian albanian y n n n y
50 Swa Swahili swahili Bantu y n n n n
51 Swe Swedish swedish Scand y y y
52 Tam Tamil tamil n n n n n n n n

View File

@@ -1,4 +0,0 @@
concrete AllAlb of AllAlbAbs =
LangAlb
**
{} ;

View File

@@ -1,3 +0,0 @@
abstract AllAlbAbs =
Lang
** {}

4
src/albanian/AllSqi.gf Normal file
View File

@@ -0,0 +1,4 @@
concrete AllSqi of AllSqiAbs =
LangSqi
**
{} ;

View File

@@ -0,0 +1,3 @@
abstract AllSqiAbs =
Lang
** {}

View File

@@ -1,4 +1,4 @@
concrete CatAlb of Cat = CommonX ** open ParamX, Prelude, ResAlb in { concrete CatSqi of Cat = CommonX ** open ParamX, Prelude, ResSqi in {
lincat N = Noun ; lincat N = Noun ;
lincat N2 = Noun ** {c2 : Compl} ; lincat N2 = Noun ** {c2 : Compl} ;

View File

@@ -1,5 +1,5 @@
concrete DocumentationAlb of Documentation = CatAlb ** open concrete DocumentationSqi of Documentation = CatSqi ** open
ParamX, ResAlb, Prelude, HTML in { ParamX, ResSqi, Prelude, HTML in {
lincat lincat
Inflection = {t : Str; s1,s2,s3 : Str} ; Inflection = {t : Str; s1,s2,s3 : Str} ;

View File

@@ -1,5 +0,0 @@
concrete GrammarAlb of Grammar =
NumeralAlb
** {
} ;

View File

@@ -0,0 +1,5 @@
concrete GrammarSqi of Grammar =
NumeralSqi
** {
} ;

View File

@@ -1,9 +0,0 @@
--# -path=.:../abstract
concrete LangAlb of Lang =
LexiconAlb
,DocumentationAlb --# notpresent
** {
flags startcat = Phr ;
}

10
src/albanian/LangSqi.gf Normal file
View File

@@ -0,0 +1,10 @@
--# -path=.:../abstract
concrete LangSqi of Lang =
GrammarSqi,
LexiconSqi
,DocumentationSqi --# notpresent
** {
flags startcat = Phr ;
}

View File

@@ -1,4 +1,4 @@
concrete LexiconAlb of Lexicon = CatAlb ** open ParadigmsAlb in { concrete LexiconSqi of Lexicon = CatSqi ** open ParadigmsSqi in {
lin lin
airplane_N = mkN032 "aeroplan" ; airplane_N = mkN032 "aeroplan" ;

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
concrete NumeralAlb of Numeral = CatAlb ** open ParamX, Prelude in { concrete NumeralSqi of Numeral = CatSqi ** open ParamX, Prelude in {
oper bind : Str -> Str -> Str = \a -> \b -> a ++ b ; oper bind : Str -> Str -> Str = \a -> \b -> a ++ b ;

File diff suppressed because it is too large Load Diff

1237
src/albanian/ParadigmsSqi.gf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
resource ResAlb = ParamX [Number,Person] ** { resource ResSqi = ParamX [Number,Person] ** {
oper Compl = {s : Str} ; oper Compl = {s : Str} ;