forked from GitHub/gf-core
New synopsis with Hindi and Sindhi
This commit is contained in:
@@ -26,6 +26,7 @@ exx: exx-script
|
|||||||
gf -retain -s ../alltenses/TryFin.gfo <api-examples.gfs >api-examples-Fin.txt
|
gf -retain -s ../alltenses/TryFin.gfo <api-examples.gfs >api-examples-Fin.txt
|
||||||
gf -retain -s ../alltenses/TryFre.gfo <api-examples.gfs >api-examples-Fre.txt
|
gf -retain -s ../alltenses/TryFre.gfo <api-examples.gfs >api-examples-Fre.txt
|
||||||
gf -retain -s ../alltenses/TryGer.gfo <api-examples.gfs >api-examples-Ger.txt
|
gf -retain -s ../alltenses/TryGer.gfo <api-examples.gfs >api-examples-Ger.txt
|
||||||
|
gf -retain -s ../alltenses/TryHin.gfo <api-examples.gfs >api-examples-Hin.txt
|
||||||
gf -retain -s ../alltenses/TryIta.gfo <api-examples.gfs >api-examples-Ita.txt
|
gf -retain -s ../alltenses/TryIta.gfo <api-examples.gfs >api-examples-Ita.txt
|
||||||
gf -retain -s ../alltenses/TryLav.gfo <api-examples.gfs >api-examples-Lav.txt
|
gf -retain -s ../alltenses/TryLav.gfo <api-examples.gfs >api-examples-Lav.txt
|
||||||
gf -retain -s ../alltenses/TryNep.gfo <api-examples.gfs >api-examples-Nep.txt
|
gf -retain -s ../alltenses/TryNep.gfo <api-examples.gfs >api-examples-Nep.txt
|
||||||
@@ -35,6 +36,7 @@ exx: exx-script
|
|||||||
gf -retain -s ../alltenses/TryPol.gfo <api-examples.gfs >api-examples-Pol.txt
|
gf -retain -s ../alltenses/TryPol.gfo <api-examples.gfs >api-examples-Pol.txt
|
||||||
gf -retain -s ../alltenses/TryRon.gfo <api-examples.gfs >api-examples-Ron.txt
|
gf -retain -s ../alltenses/TryRon.gfo <api-examples.gfs >api-examples-Ron.txt
|
||||||
gf -retain -s ../alltenses/TryRus.gfo <api-examples.gfs >api-examples-Rus.txt
|
gf -retain -s ../alltenses/TryRus.gfo <api-examples.gfs >api-examples-Rus.txt
|
||||||
|
gf -retain -s ../alltenses/TrySnd.gfo <api-examples.gfs >api-examples-Snd.txt
|
||||||
gf -retain -s ../alltenses/TrySpa.gfo <api-examples.gfs >api-examples-Spa.txt
|
gf -retain -s ../alltenses/TrySpa.gfo <api-examples.gfs >api-examples-Spa.txt
|
||||||
gf -retain -s ../alltenses/TrySwe.gfo <api-examples.gfs >api-examples-Swe.txt
|
gf -retain -s ../alltenses/TrySwe.gfo <api-examples.gfs >api-examples-Swe.txt
|
||||||
gf -retain -s ../alltenses/TryTha.gfo <api-examples.gfs >api-examples-Tha.txt
|
gf -retain -s ../alltenses/TryTha.gfo <api-examples.gfs >api-examples-Tha.txt
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ revealedLang = "Eng"
|
|||||||
|
|
||||||
-- all languages shown
|
-- all languages shown
|
||||||
apiExxFiles = ["api-examples-" ++ lang ++ ".txt" | lang <- words
|
apiExxFiles = ["api-examples-" ++ lang ++ ".txt" | lang <- words
|
||||||
"Afr Bul Cat Dan Dut Eng Fin Fre Ger Ita Lav Nep Nor Pes Pnb Pol Ron Rus Spa Swe Tha Urd"]
|
"Afr Bul Cat Dan Dut Eng Fin Fre Ger Hin Ita Lav Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd"]
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
xx <- getArgs
|
xx <- getArgs
|
||||||
@@ -245,6 +245,7 @@ paradigmFiles = [
|
|||||||
("Finnish", srcPath "/finnish/ParadigmsFin.gf"),
|
("Finnish", srcPath "/finnish/ParadigmsFin.gf"),
|
||||||
("French", srcPath "/french/ParadigmsFre.gf"),
|
("French", srcPath "/french/ParadigmsFre.gf"),
|
||||||
("German", srcPath "/german/ParadigmsGer.gf"),
|
("German", srcPath "/german/ParadigmsGer.gf"),
|
||||||
|
("Hindi", srcPath "/hindi/ParadigmsHin.gf"),
|
||||||
-- ("Interlingua", srcPath "/interlingua/ParadigmsIna.gf"),
|
-- ("Interlingua", srcPath "/interlingua/ParadigmsIna.gf"),
|
||||||
("Italian", srcPath "/italian/ParadigmsIta.gf"),
|
("Italian", srcPath "/italian/ParadigmsIta.gf"),
|
||||||
("Latvian", srcPath "/latvian/ParadigmsLav.gf"),
|
("Latvian", srcPath "/latvian/ParadigmsLav.gf"),
|
||||||
@@ -254,6 +255,7 @@ paradigmFiles = [
|
|||||||
("Punjabi", srcPath "/punjabi/ParadigmsPnb.gf"),
|
("Punjabi", srcPath "/punjabi/ParadigmsPnb.gf"),
|
||||||
("Romanian", srcPath "/romanian/ParadigmsRon.gf"),
|
("Romanian", srcPath "/romanian/ParadigmsRon.gf"),
|
||||||
("Russian", srcPath "/russian/ParadigmsRus.gf"),
|
("Russian", srcPath "/russian/ParadigmsRus.gf"),
|
||||||
|
("Sindhi", srcPath "/sindhi/ParadigmsSnd.gf"),
|
||||||
("Spanish", srcPath "/spanish/ParadigmsSpa.gf"),
|
("Spanish", srcPath "/spanish/ParadigmsSpa.gf"),
|
||||||
("Swedish", srcPath "/swedish/ParadigmsSwe.gf"),
|
("Swedish", srcPath "/swedish/ParadigmsSwe.gf"),
|
||||||
("Thai", srcPath "/thai/ParadigmsTha.gf"),
|
("Thai", srcPath "/thai/ParadigmsTha.gf"),
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
=Introduction=
|
=Introduction=
|
||||||
|
|
||||||
The GF Resource Grammar Library is the standard library for Grammatical Framework.
|
The GF Resource Grammar Library is the standard library for Grammatical Framework.
|
||||||
It covers the morphology and basic syntax of currently 22 languages.
|
It covers the morphology and basic syntax of currently 24 languages.
|
||||||
|
|
||||||
This document contains the most important parts of the GF Resource Grammar API,
|
This document contains the most important parts of the GF Resource Grammar API,
|
||||||
as needed by a GF application programmer.
|
as needed by a GF application programmer.
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user