added Latvian to RGL synopsis

This commit is contained in:
aarne
2011-12-29 08:47:23 +00:00
parent ab8240e7c3
commit 10000e5879
6 changed files with 877 additions and 569 deletions

View File

@@ -27,6 +27,7 @@ exx: exx-script
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/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/TryNor.gfo <api-examples.gfs >api-examples-Nor.txt
gf -retain -s ../alltenses/TryPes.gfo <api-examples.gfs >api-examples-Pes.txt

View File

@@ -17,7 +17,7 @@ revealedLang = "Eng"
-- all languages shown
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
xx <- getArgs
@@ -136,7 +136,7 @@ getRules aexx file = do
_ -> getrs rs ss2
rule s = (name, typ, ex)
where
ws = takeWhile (flip notElem ["--#", "--:"]) $ words s
ws = takeWhile (flip notElem ["--#", "--:", "="]) $ words s
name = head ws
(t,e) = span (/="--") (tail ws)
typ = unwords $ filtype (drop 1 t)
@@ -247,6 +247,7 @@ paradigmFiles = [
("German", srcPath "/german/ParadigmsGer.gf"),
-- ("Interlingua", srcPath "/interlingua/ParadigmsIna.gf"),
("Italian", srcPath "/italian/ParadigmsIta.gf"),
("Latvian", srcPath "/latvian/ParadigmsLav.gf"),
("Nepali", srcPath "/nepali/ParadigmsNep.gf"),
("Norwegian", srcPath "/norwegian/ParadigmsNor.gf"),
("Polish", srcPath "/polish/ParadigmsPol.gf"),

View File

@@ -7,7 +7,7 @@
<CENTER>
<H1>The Status of the GF Resource Grammar Library</H1>
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
<FONT SIZE="4">20111204</FONT>
<FONT SIZE="4">20111229</FONT>
</CENTER>
<P>
@@ -272,14 +272,14 @@ are marked in the table
<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>*NG</TD>
<TD>*NG,*PP</TD>
</TR>
<TR>
<TD>Mon</TD>
@@ -549,6 +549,7 @@ NE Nyamsuren Erdenebadrakh,
NF Nick Frolov,
NG Normunds Gruzitis,
RE Ramona Enache,
PP Peteris Paikens,
SC Server Cimen,
SM Sofy Moradi,
SV Shafqat Virk,

View File

@@ -31,7 +31,7 @@ are marked in the table
| Ina | + | + | ++ | + | + | - | - | - | - | JB
| Ita | + | + | ++ | + | + | + | + | - | - | *AR,*RE,GP
| Lat | + | - | - | - | - | - | - | - | - | *AR
| Lav | + | - | - | - | - | - | - | - | - | *NG
| Lav | + | - | ++ | + | + | + | - | - | - | *NG,*PP
| Mon | - | - | - | - | - | - | - | - | - | *NE
| Nep | + | + | ++ | + | + | - | - | - | - | *DS
| Nor | + | + | ++ | + | + | + | + | + | - | *AR
@@ -107,6 +107,7 @@ NE Nyamsuren Erdenebadrakh,
NF Nick Frolov,
NG Normunds Gruzitis,
RE Ramona Enache,
PP Peteris Paikens,
SC Server Cimen,
SM Sofy Moradi,
SV Shafqat Virk,

View File

@@ -8,7 +8,7 @@
=Introduction=
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,
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
examples.
- [Chapter 3 #toc83]: morphological paradigms.
- [Chapter 4 #toc103]: additional libraries.
- [Chapter 5 #toc110]: how to "browse" the library by
- [Chapter 4 #toc105]: additional libraries.
- [Chapter 5 #toc111]: how to "browse" the library by
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.
- [Detailed table of contents #toc112].
- [Detailed table of contents #toc113].
Other relevant documents:

File diff suppressed because it is too large Load Diff