mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
added Latvian to RGL synopsis
This commit is contained in:
@@ -27,6 +27,7 @@ exx: exx-script
|
|||||||
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/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/TryNep.gfo <api-examples.gfs >api-examples-Nep.txt
|
gf -retain -s ../alltenses/TryNep.gfo <api-examples.gfs >api-examples-Nep.txt
|
||||||
gf -retain -s ../alltenses/TryNor.gfo <api-examples.gfs >api-examples-Nor.txt
|
gf -retain -s ../alltenses/TryNor.gfo <api-examples.gfs >api-examples-Nor.txt
|
||||||
gf -retain -s ../alltenses/TryPes.gfo <api-examples.gfs >api-examples-Pes.txt
|
gf -retain -s ../alltenses/TryPes.gfo <api-examples.gfs >api-examples-Pes.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 Nep Nor Pes Pnb Pol Ron Rus Spa Swe Tha Urd"]
|
"Afr Bul Cat Dan Dut Eng Fin Fre Ger Ita Lav Nep Nor Pes Pnb Pol Ron Rus Spa Swe Tha Urd"]
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
xx <- getArgs
|
xx <- getArgs
|
||||||
@@ -136,7 +136,7 @@ getRules aexx file = do
|
|||||||
_ -> getrs rs ss2
|
_ -> getrs rs ss2
|
||||||
rule s = (name, typ, ex)
|
rule s = (name, typ, ex)
|
||||||
where
|
where
|
||||||
ws = takeWhile (flip notElem ["--#", "--:"]) $ words s
|
ws = takeWhile (flip notElem ["--#", "--:", "="]) $ words s
|
||||||
name = head ws
|
name = head ws
|
||||||
(t,e) = span (/="--") (tail ws)
|
(t,e) = span (/="--") (tail ws)
|
||||||
typ = unwords $ filtype (drop 1 t)
|
typ = unwords $ filtype (drop 1 t)
|
||||||
@@ -247,6 +247,7 @@ paradigmFiles = [
|
|||||||
("German", srcPath "/german/ParadigmsGer.gf"),
|
("German", srcPath "/german/ParadigmsGer.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"),
|
||||||
("Nepali", srcPath "/nepali/ParadigmsNep.gf"),
|
("Nepali", srcPath "/nepali/ParadigmsNep.gf"),
|
||||||
("Norwegian", srcPath "/norwegian/ParadigmsNor.gf"),
|
("Norwegian", srcPath "/norwegian/ParadigmsNor.gf"),
|
||||||
("Polish", srcPath "/polish/ParadigmsPol.gf"),
|
("Polish", srcPath "/polish/ParadigmsPol.gf"),
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<CENTER>
|
<CENTER>
|
||||||
<H1>The Status of the GF Resource Grammar Library</H1>
|
<H1>The Status of the GF Resource Grammar Library</H1>
|
||||||
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
|
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
|
||||||
<FONT SIZE="4">20111204</FONT>
|
<FONT SIZE="4">20111229</FONT>
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
@@ -272,14 +272,14 @@ are marked in the table
|
|||||||
<TD>Lav</TD>
|
<TD>Lav</TD>
|
||||||
<TD>+</TD>
|
<TD>+</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
|
<TD>++</TD>
|
||||||
|
<TD>+</TD>
|
||||||
|
<TD>+</TD>
|
||||||
|
<TD>+</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
<TD>-</TD>
|
<TD>-</TD>
|
||||||
<TD>-</TD>
|
<TD>*NG,*PP</TD>
|
||||||
<TD>-</TD>
|
|
||||||
<TD>-</TD>
|
|
||||||
<TD>-</TD>
|
|
||||||
<TD>*NG</TD>
|
|
||||||
</TR>
|
</TR>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>Mon</TD>
|
<TD>Mon</TD>
|
||||||
@@ -549,6 +549,7 @@ NE Nyamsuren Erdenebadrakh,
|
|||||||
NF Nick Frolov,
|
NF Nick Frolov,
|
||||||
NG Normunds Gruzitis,
|
NG Normunds Gruzitis,
|
||||||
RE Ramona Enache,
|
RE Ramona Enache,
|
||||||
|
PP Peteris Paikens,
|
||||||
SC Server Cimen,
|
SC Server Cimen,
|
||||||
SM Sofy Moradi,
|
SM Sofy Moradi,
|
||||||
SV Shafqat Virk,
|
SV Shafqat Virk,
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ are marked in the table
|
|||||||
| Ina | + | + | ++ | + | + | - | - | - | - | JB
|
| Ina | + | + | ++ | + | + | - | - | - | - | JB
|
||||||
| Ita | + | + | ++ | + | + | + | + | - | - | *AR,*RE,GP
|
| Ita | + | + | ++ | + | + | + | + | - | - | *AR,*RE,GP
|
||||||
| Lat | + | - | - | - | - | - | - | - | - | *AR
|
| Lat | + | - | - | - | - | - | - | - | - | *AR
|
||||||
| Lav | + | - | - | - | - | - | - | - | - | *NG
|
| Lav | + | - | ++ | + | + | + | - | - | - | *NG,*PP
|
||||||
| Mon | - | - | - | - | - | - | - | - | - | *NE
|
| Mon | - | - | - | - | - | - | - | - | - | *NE
|
||||||
| Nep | + | + | ++ | + | + | - | - | - | - | *DS
|
| Nep | + | + | ++ | + | + | - | - | - | - | *DS
|
||||||
| Nor | + | + | ++ | + | + | + | + | + | - | *AR
|
| Nor | + | + | ++ | + | + | + | + | + | - | *AR
|
||||||
@@ -107,6 +107,7 @@ NE Nyamsuren Erdenebadrakh,
|
|||||||
NF Nick Frolov,
|
NF Nick Frolov,
|
||||||
NG Normunds Gruzitis,
|
NG Normunds Gruzitis,
|
||||||
RE Ramona Enache,
|
RE Ramona Enache,
|
||||||
|
PP Peteris Paikens,
|
||||||
SC Server Cimen,
|
SC Server Cimen,
|
||||||
SM Sofy Moradi,
|
SM Sofy Moradi,
|
||||||
SV Shafqat Virk,
|
SV Shafqat Virk,
|
||||||
|
|||||||
@@ -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 21 languages.
|
It covers the morphology and basic syntax of currently 22 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.
|
||||||
@@ -23,12 +23,12 @@ constructing trees in them.
|
|||||||
- [Chapter 2 #toc5]: syntactic construction functions, with cross-links and
|
- [Chapter 2 #toc5]: syntactic construction functions, with cross-links and
|
||||||
examples.
|
examples.
|
||||||
- [Chapter 3 #toc83]: morphological paradigms.
|
- [Chapter 3 #toc83]: morphological paradigms.
|
||||||
- [Chapter 4 #toc103]: additional libraries.
|
- [Chapter 4 #toc105]: additional libraries.
|
||||||
- [Chapter 5 #toc110]: how to "browse" the library by
|
- [Chapter 5 #toc111]: how to "browse" the library by
|
||||||
loading the grammars into the ``gf`` command editor.
|
loading the grammars into the ``gf`` command editor.
|
||||||
- [Chapter 6 #toc111]: a brief example of how application grammars can
|
- [Chapter 6 #toc112]: a brief example of how application grammars can
|
||||||
use the resource modules.
|
use the resource modules.
|
||||||
- [Detailed table of contents #toc112].
|
- [Detailed table of contents #toc113].
|
||||||
|
|
||||||
|
|
||||||
Other relevant documents:
|
Other relevant documents:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user