forked from GitHub/gf-core
Added Est to resource demo. Also have_V2 which was missing in the demo.
This commit is contained in:
@@ -6,7 +6,7 @@ src:
|
|||||||
runghc MkMini.hs
|
runghc MkMini.hs
|
||||||
|
|
||||||
compdemo:
|
compdemo:
|
||||||
$(compile) Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
$(compile) Afr Bul Cat Chi Dan Dut Eng Est Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
||||||
|
|
||||||
linkdemo:
|
linkdemo:
|
||||||
$(compile) -link Afr Bul Cat Chi Dan Dut Eng Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
$(compile) -link Afr Bul Cat Chi Dan Dut Eng Est Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
src = "Eng"
|
src = "Eng"
|
||||||
langs = [
|
langs = [
|
||||||
"Afr","Bul","Cat","Chi","Dan","Dut",
|
"Afr","Bul","Cat","Chi","Dan","Dut",
|
||||||
"Fin","Fre","Ger","Gre","Hin","Ita",
|
"Est","Fin","Fre","Ger","Gre","Hin",
|
||||||
"Jpn","Lav","Mlt","Nep","Nor","Pes",
|
"Ita","Jpn","Lav","Mlt","Nep","Nor",
|
||||||
"Pol","Pnb","Ron","Rus","Snd",
|
"Pes","Pol","Pnb","Ron","Rus","Snd",
|
||||||
"Spa","Swe","Tha","Urd"
|
"Spa","Swe","Tha","Urd"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -111,7 +111,8 @@ abstract ResourceDemo = Lexicon, Numeral, Grammar [
|
|||||||
by_Prep, in_Prep, of_Prep, with_Prep, -- Prep,
|
by_Prep, in_Prep, of_Prep, with_Prep, -- Prep,
|
||||||
can_VV, must_VV, want_VV, -- VV,
|
can_VV, must_VV, want_VV, -- VV,
|
||||||
although_Subj, because_Subj, when_Subj, if_Subj, -- Subj,
|
although_Subj, because_Subj, when_Subj, if_Subj, -- Subj,
|
||||||
when_IAdv, where_IAdv, why_IAdv-- IAdv,
|
when_IAdv, where_IAdv, why_IAdv, -- IAdv,
|
||||||
|
have_V2
|
||||||
|
|
||||||
] ** {
|
] ** {
|
||||||
|
|
||||||
|
|||||||
@@ -118,7 +118,8 @@ concrete ResourceDemoEng of ResourceDemo = LexiconEng, NumeralEng, GrammarEng [
|
|||||||
by_Prep, in_Prep, of_Prep, with_Prep, -- Prep,
|
by_Prep, in_Prep, of_Prep, with_Prep, -- Prep,
|
||||||
can_VV, must_VV, want_VV, -- VV,
|
can_VV, must_VV, want_VV, -- VV,
|
||||||
although_Subj, because_Subj, when_Subj, if_Subj, -- Subj,
|
although_Subj, because_Subj, when_Subj, if_Subj, -- Subj,
|
||||||
when_IAdv, where_IAdv, why_IAdv-- IAdv,
|
when_IAdv, where_IAdv, why_IAdv, -- IAdv,
|
||||||
|
have_V2
|
||||||
|
|
||||||
] ** open SyntaxEng, (S = SyntaxEng) in {
|
] ** open SyntaxEng, (S = SyntaxEng) in {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user