forked from GitHub/gf-rgl
Made a round of changes as shown on https://github.com/GrammaticalFramework/gf-rgl/pull/410
This commit is contained in:
@@ -45,7 +45,7 @@ Snd,Sindhi,sindhi,,,,,,,,y
|
|||||||
Spa,Spanish,spanish,Romance,,y,,,,y,y
|
Spa,Spanish,spanish,Romance,,y,,,,y,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
|
Tam,Tamil,tamil,n,n,n,n,n,n,n,n
|
||||||
Tel,Telugu,telugu,,,y,n,n,n,,n
|
Tel,Telugu,telugu,,,y,n,n,n,,n
|
||||||
Tha,Thai,thai,,to_thai,,,,,,y
|
Tha,Thai,thai,,to_thai,,,,,,y
|
||||||
Tur,Turkish,turkish,,,y,,,n,,n
|
Tur,Turkish,turkish,,,y,,,n,,n
|
||||||
|
|||||||
|
@@ -6,4 +6,3 @@ abstract AllTamAbs =
|
|||||||
** {
|
** {
|
||||||
fun sing_V2: V2;
|
fun sing_V2: V2;
|
||||||
} ;
|
} ;
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
--# -path=.:../common:../abstract
|
--# -path=.:../common:../abstract
|
||||||
|
|
||||||
concrete ExtendTam of Extend = CatTam
|
concrete ExtendTam of Extend = CatTam
|
||||||
** ExtendFunctor - [
|
{- ** ExtendFunctor - [
|
||||||
VPS -- finite VP's with tense and polarity
|
VPS -- finite VP's with tense and polarity
|
||||||
, ListVPS
|
, ListVPS
|
||||||
, VPI
|
, VPI
|
||||||
, ListVPI -- infinitive VP's (TODO: with anteriority and polarity)
|
, ListVPI -- infinitive VP's (TODO: with anteriority and polarity)
|
||||||
, MkVPS
|
, MkVPS
|
||||||
@@ -27,7 +27,7 @@ concrete ExtendTam of Extend = CatTam
|
|||||||
-- [VPI2] {2} ; -- to love, to hate
|
-- [VPI2] {2} ; -- to love, to hate
|
||||||
|
|
||||||
]
|
]
|
||||||
with (Grammar=GrammarTam)
|
with (Grammar=GrammarTam) -}
|
||||||
** open Prelude, Coordination, ResTam, NounTam in {
|
** open Prelude, Coordination, ResTam, NounTam in {
|
||||||
-- lincat
|
-- lincat
|
||||||
-- VPS, VPI = SS ;
|
-- VPS, VPI = SS ;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
## Language info
|
## Language info
|
||||||
|
|
||||||
- English name: Tamil
|
- English name: Tamil
|
||||||
- Autonym: Tam
|
- Autonym: தமிழ்
|
||||||
- ISO code: Tam
|
- ISO code: Tam
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|||||||
Reference in New Issue
Block a user