added Estonian to Synopsis and other documentation

This commit is contained in:
aarne
2013-10-18 12:01:26 +00:00
parent 90ee7c7288
commit 53a88f3318
9 changed files with 1081 additions and 525 deletions

View File

@@ -1,5 +1,5 @@
lang1 = "Eng" lang1 = "Eng"
lang2 = "Gre" lang2 = "Chi"
-- to write a comparison for two languages -- to write a comparison for two languages

View File

@@ -26,6 +26,7 @@ exx: exx-script
gf -retain -s alltenses/TryDan.gfo <api-examples.gfs >api-examples-Dan.txt gf -retain -s alltenses/TryDan.gfo <api-examples.gfs >api-examples-Dan.txt
gf -retain -s alltenses/TryDut.gfo <api-examples.gfs >api-examples-Dut.txt gf -retain -s alltenses/TryDut.gfo <api-examples.gfs >api-examples-Dut.txt
gf -retain -s alltenses/TryEng.gfo <api-examples.gfs >api-examples-Eng.txt gf -retain -s alltenses/TryEng.gfo <api-examples.gfs >api-examples-Eng.txt
gf -retain -s alltenses/TryEst.gfo <api-examples.gfs >api-examples-Est.txt
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

View File

@@ -19,7 +19,7 @@ revealedLang = "Eng"
-- all languages shown -- all languages shown
apiExxFiles = ["api-examples-" ++ lang ++ ".txt" | lang <- words apiExxFiles = ["api-examples-" ++ lang ++ ".txt" | lang <- words
-- "Eng Chi" -- "Eng Chi"
"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" "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"
] ]
main = do main = do
@@ -246,6 +246,7 @@ paradigmFiles = [
("Danish", srcPath "/danish/ParadigmsDan.gf"), ("Danish", srcPath "/danish/ParadigmsDan.gf"),
("Dutch", srcPath "/dutch/ParadigmsDut.gf"), ("Dutch", srcPath "/dutch/ParadigmsDut.gf"),
("English", srcPath "/english/ParadigmsEng.gf"), ("English", srcPath "/english/ParadigmsEng.gf"),
("Estonian", srcPath "/estonian/ParadigmsEst.gf"),
("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"),

View File

@@ -9,7 +9,7 @@
<CENTER> <CENTER>
<H1>GF Resource Grammar Library Documentation and Publications</H1> <H1>GF Resource Grammar Library Documentation and Publications</H1>
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR> <FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
<FONT SIZE="4">20130726</FONT> <FONT SIZE="4">20131018</FONT>
</CENTER> </CENTER>
<P> <P>
@@ -93,7 +93,7 @@ LNCS/LNAI 5221, Springer,
<H3>Chinese</H3> <H3>Chinese</H3>
<UL> <UL>
<LI><B>Source</B>: <A HREF="http://www.grammaticalframework.org/lib/src/chinese">http://www.grammaticalframework.org/lib/src/chinese</A> (Aarne Ranta, Zhuo Lin Qiqige, Chen Peng) <LI><B>Source</B>: <A HREF="http://www.grammaticalframework.org/lib/src/chinese">http://www.grammaticalframework.org/lib/src/chinese</A> (Aarne Ranta, Zhuo Lin Qiqige, Chen Peng, Qiao Haiyan)
<P></P> <P></P>
<LI><B>Publications</B> <LI><B>Publications</B>
<P></P> <P></P>
@@ -142,6 +142,12 @@ The GF Resource Grammar Library.
<I>Not only about English, but English examples abound.</I> <I>Not only about English, but English examples abound.</I>
</UL> </UL>
<H3>Estonian</H3>
<UL>
<LI><B>Source</B>: <A HREF="http://www.grammaticalframework.org/lib/src/estonian">http://www.grammaticalframework.org/lib/src/estonian</A> (Kaarel Kaljurand, Inari Listenmaa)
</UL>
<H3>Finnish</H3> <H3>Finnish</H3>
<UL> <UL>
@@ -286,7 +292,7 @@ LREC 2012, pp. 1680-1685.
<H3>Maltese</H3> <H3>Maltese</H3>
<UL> <UL>
<LI><B>Source</B>: <A HREF="http://www.grammaticalframework.org/lib/src/">http://www.grammaticalframework.org/lib/src/maltese</A> (John J. Camilleri) <LI><B>Source</B>: <A HREF="http://www.grammaticalframework.org/lib/src/maltese">http://www.grammaticalframework.org/lib/src/maltese</A> (John J. Camilleri)
<P></P> <P></P>
<LI><B>Publications</B> <LI><B>Publications</B>
<P></P> <P></P>

View File

@@ -98,7 +98,7 @@ http://link.springer.com/chapter/10.1007%2F978-3-540-85287-2_6
===Chinese=== ===Chinese===
- **Source**: http://www.grammaticalframework.org/lib/src/chinese (Aarne Ranta, Zhuo Lin Qiqige, Chen Peng) - **Source**: http://www.grammaticalframework.org/lib/src/chinese (Aarne Ranta, Zhuo Lin Qiqige, Chen Peng, Qiao Haiyan)
- **Publications** - **Publications**
@@ -151,6 +151,14 @@ The GF Resource Grammar Library.
//Not only about English, but English examples abound.// //Not only about English, but English examples abound.//
===Estonian===
- **Source**: http://www.grammaticalframework.org/lib/src/estonian (Kaarel Kaljurand, Inari Listenmaa)
%- **Publications**
===Finnish=== ===Finnish===
- **Source**: http://www.grammaticalframework.org/lib/src/finnish (Aarne Ranta, Inari Listenmaa) - **Source**: http://www.grammaticalframework.org/lib/src/finnish (Aarne Ranta, Inari Listenmaa)

View File

@@ -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">20130726</FONT> <FONT SIZE="4">20131018</FONT>
</CENTER> </CENTER>
<P> <P>
@@ -132,10 +132,10 @@ are marked in the table
<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>*ZL,*AR,*CP</TD> <TD>ZL,*AR,*CP,QH</TD>
</TR> </TR>
<TR> <TR>
<TD>Dan</TD> <TD>Dan</TD>
@@ -188,16 +188,16 @@ are marked in the table
<TR> <TR>
<TD>Est</TD> <TD>Est</TD>
<TD>Estonian</TD> <TD>Estonian</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>-</TD>
<TD>-</TD>
<TD>-</TD>
<TD>-</TD>
<TD>-</TD>
<TD>-</TD> <TD>-</TD>
<TD>*KK,IL</TD> <TD>*KK,IL</TD>
</TR> </TR>
@@ -733,6 +733,7 @@ MH Muhammad Humayoun,
NE Nyamsuren Erdenebadrakh, NE Nyamsuren Erdenebadrakh,
NF Nick Frolov, NF Nick Frolov,
NG Normunds Gruzitis, NG Normunds Gruzitis,
QH Qiao Haiyan,
RE Ramona Enache, RE Ramona Enache,
PP Peteris Paikens, PP Peteris Paikens,
SC Server Cimen, SC Server Cimen,

View File

@@ -21,11 +21,11 @@ are marked in the table
| Ara | Arabic | + | + | + | + | - | - | - | - | - | - | + | AD | Ara | Arabic | + | + | + | + | - | - | - | - | - | - | + | AD
| Bul | Bulgarian | + | + | + | + | + | + | + | + | + | ++ | + | *KA | Bul | Bulgarian | + | + | + | + | + | + | + | + | + | ++ | + | *KA
| Cat | Catalan | + | + | ++ | + | + | + | + | + | - | ++ | - | *JS, IL | Cat | Catalan | + | + | ++ | + | + | + | + | + | - | ++ | - | *JS, IL
| Chi | Chinese | + | - | ++ | + | + | + | - | - | - | - | + | *ZL,*AR,*CP | Chi | Chinese | + | - | ++ | + | + | + | - | - | + | - | + | ZL,*AR,*CP,QH
| Dan | Danish | + | + | ++ | + | + | + | + | + | - | + | - | *AR | Dan | Danish | + | + | ++ | + | + | + | + | + | - | + | - | *AR
| Dut | Dutch | + | + | ++ | + | + | + | + | + | - | + | - | *AR,FJ | Dut | Dutch | + | + | ++ | + | + | + | + | + | - | + | - | *AR,FJ
| Eng | English | + | + | ++ | + | + | + | + | + | + | ++ | + | *AR,BB,KA | Eng | English | + | + | ++ | + | + | + | + | + | + | ++ | + | *AR,BB,KA
| Est | Estonian | - | - | - | - | - | - | - | - | - | - | - | *KK,IL | Est | Estonian | + | - | ++ | + | + | + | - | - | - | + | - | *KK,IL
| Fin | Finnish | + | + | ++ | + | + | + | + | - | + | ++ | + | *AR,IL | Fin | Finnish | + | + | ++ | + | + | + | + | - | + | ++ | + | *AR,IL
| Fre | French | + | + | ++ | + | + | + | + | + | + | ++ | - | *AR,RE | Fre | French | + | + | ++ | + | + | + | + | + | + | ++ | - | *AR,RE
| Ger | German | + | + | ++ | + | + | + | + | + | + | ++ | - | *AR,HH,EG | Ger | German | + | + | ++ | + | + | + | + | + | + | ++ | - | *AR,HH,EG
@@ -123,6 +123,7 @@ MH Muhammad Humayoun,
NE Nyamsuren Erdenebadrakh, NE Nyamsuren Erdenebadrakh,
NF Nick Frolov, NF Nick Frolov,
NG Normunds Gruzitis, NG Normunds Gruzitis,
QH Qiao Haiyan,
RE Ramona Enache, RE Ramona Enache,
PP Peteris Paikens, PP Peteris Paikens,
SC Server Cimen, SC Server Cimen,

View File

@@ -52,10 +52,10 @@ 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 #toc110]: additional libraries. - [Chapter 4 #toc112]: additional libraries.
- [Chapter 5 #toc116]: how to "browse" the library by - [Chapter 5 #toc118]: how to "browse" the library by
loading the grammars into the ``gf`` command editor. loading the grammars into the ``gf`` command editor.
- [Chapter 6 #toc117]: a brief example of how application grammars can - [Chapter 6 #toc119]: a brief example of how application grammars can
use the resource modules. use the resource modules.
- [Detailed table of contents #toc118]. - [Detailed table of contents #toc118].

File diff suppressed because it is too large Load Diff