forked from GitHub/gf-rgl
another update + rename Alb to Sqi
This commit is contained in:
@@ -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,4 +0,0 @@
|
|||||||
concrete AllAlb of AllAlbAbs =
|
|
||||||
LangAlb
|
|
||||||
**
|
|
||||||
{} ;
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
abstract AllAlbAbs =
|
|
||||||
Lang
|
|
||||||
** {}
|
|
||||||
4
src/albanian/AllSqi.gf
Normal file
4
src/albanian/AllSqi.gf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
concrete AllSqi of AllSqiAbs =
|
||||||
|
LangSqi
|
||||||
|
**
|
||||||
|
{} ;
|
||||||
3
src/albanian/AllSqiAbs.gf
Normal file
3
src/albanian/AllSqiAbs.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
abstract AllSqiAbs =
|
||||||
|
Lang
|
||||||
|
** {}
|
||||||
@@ -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} ;
|
||||||
@@ -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} ;
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
concrete GrammarAlb of Grammar =
|
|
||||||
NumeralAlb
|
|
||||||
** {
|
|
||||||
|
|
||||||
} ;
|
|
||||||
5
src/albanian/GrammarSqi.gf
Normal file
5
src/albanian/GrammarSqi.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
concrete GrammarSqi of Grammar =
|
||||||
|
NumeralSqi
|
||||||
|
** {
|
||||||
|
|
||||||
|
} ;
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
--# -path=.:../abstract
|
|
||||||
concrete LangAlb of Lang =
|
|
||||||
LexiconAlb
|
|
||||||
,DocumentationAlb --# notpresent
|
|
||||||
** {
|
|
||||||
|
|
||||||
flags startcat = Phr ;
|
|
||||||
|
|
||||||
}
|
|
||||||
10
src/albanian/LangSqi.gf
Normal file
10
src/albanian/LangSqi.gf
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
--# -path=.:../abstract
|
||||||
|
concrete LangSqi of Lang =
|
||||||
|
GrammarSqi,
|
||||||
|
LexiconSqi
|
||||||
|
,DocumentationSqi --# notpresent
|
||||||
|
** {
|
||||||
|
|
||||||
|
flags startcat = Phr ;
|
||||||
|
|
||||||
|
}
|
||||||
@@ -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
@@ -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
1237
src/albanian/ParadigmsSqi.gf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
resource ResAlb = ParamX [Number,Person] ** {
|
resource ResSqi = ParamX [Number,Person] ** {
|
||||||
|
|
||||||
oper Compl = {s : Str} ;
|
oper Compl = {s : Str} ;
|
||||||
|
|
||||||
Reference in New Issue
Block a user