updated resource synopsis and the scripts creating it; added Swahili to main index list

This commit is contained in:
aarne
2013-01-30 17:01:22 +00:00
parent 448a11e594
commit 034779148e
7 changed files with 252 additions and 260 deletions

View File

@@ -260,6 +260,7 @@ support for an increasing number of languages, currently including
<LI>Russian <LI>Russian
<LI>Sindhi <LI>Sindhi
<LI>Spanish <LI>Spanish
<li>Swahili
<LI>Swedish <LI>Swedish
<LI>Thai <LI>Thai
<LI>Turkish (fragments) <LI>Turkish (fragments)

View File

@@ -1,6 +1,7 @@
module MkExxTable (getApiExx, ApiExx, prApiEx) where module MkExxTable (getApiExx, ApiExx, prApiEx) where
import System import System.Cmd
import System.Environment
import qualified Data.Map as M import qualified Data.Map as M
import Data.Char import Data.Char

View File

@@ -1,7 +1,8 @@
import MkExxTable import MkExxTable
import System import System.Cmd
import Char import System.Environment
import List import Data.Char
import Data.List
import qualified Data.ByteString.Char8 as BS import qualified Data.ByteString.Char8 as BS
import qualified Data.Map as M import qualified Data.Map as M
---import Debug.Trace ---- ---import Debug.Trace ----

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">20121119</FONT> <FONT SIZE="4">20130130</FONT>
</CENTER> </CENTER>
<P> <P>
@@ -15,6 +15,10 @@ The following table gives the languages currently available in the
GF Resource Grammar Library. GF Resource Grammar Library.
</P> </P>
<P> <P>
For another view, see the
<A HREF="http://www.postcrashgames.com/gf_world/">The Resource Grammar Library coverage map</A> .
</P>
<P>
Corrections and additions are welcome! Notice that only those parts of implementations Corrections and additions are welcome! Notice that only those parts of implementations
that are currently available via <A HREF="http://grammaticalframework.org">http://grammaticalframework.org</A> that are currently available via <A HREF="http://grammaticalframework.org">http://grammaticalframework.org</A>
are marked in the table are marked in the table
@@ -220,7 +224,7 @@ are marked in the table
<TR> <TR>
<TD>Heb</TD> <TD>Heb</TD>
<TD>Hebrew</TD> <TD>Hebrew</TD>
<TD>-</TD> <TD>+</TD>
<TD>-</TD> <TD>-</TD>
<TD>-</TD> <TD>-</TD>
<TD>-</TD> <TD>-</TD>
@@ -556,7 +560,7 @@ are marked in the table
</TABLE> </TABLE>
<P> <P>
Lang = 3-letter ISO language code, used in library file names ISO = 3-letter ISO language code, used in library file names
(mostly ISO 639-2 B (bibliographic)) (mostly ISO 639-2 B (bibliographic))
</P> </P>
<P> <P>

View File

@@ -7,6 +7,9 @@ Aarne Ranta
The following table gives the languages currently available in the The following table gives the languages currently available in the
GF Resource Grammar Library. GF Resource Grammar Library.
For another view, see the
[The Resource Grammar Library coverage map http://www.postcrashgames.com/gf_world/] .
Corrections and additions are welcome! Notice that only those parts of implementations Corrections and additions are welcome! Notice that only those parts of implementations
that are currently available via http://grammaticalframework.org that are currently available via http://grammaticalframework.org
are marked in the table are marked in the table
@@ -26,7 +29,7 @@ are marked in the table
| Fin | Finnish | + | + | ++ | + | + | + | + | - | + | *AR | Fin | Finnish | + | + | ++ | + | + | + | + | - | + | *AR
| Fre | French | + | + | ++ | + | + | + | + | + | + | *AR,RE | Fre | French | + | + | ++ | + | + | + | + | + | + | *AR,RE
| Ger | German | + | + | ++ | + | + | + | + | + | + | *AR,HH,EG | Ger | German | + | + | ++ | + | + | + | + | + | + | *AR,HH,EG
| Heb | Hebrew | - | - | - | - | - | - | - | - | - | *DD | Heb | Hebrew | + | - | - | - | - | - | - | - | - | *DD
| Hin | Hindi | + | + | ++ | + | + | + | + | - | - | *SV,*KP,MH,AR | Hin | Hindi | + | + | ++ | + | + | + | + | - | - | *SV,*KP,MH,AR
| Ina | Interlingua | + | + | ++ | + | + | - | - | - | - | JB | Ina | Interlingua | + | + | ++ | + | + | - | - | - | - | JB
| Ita | Italian | + | + | ++ | + | + | + | + | - | - | *AR,*RE,GP | Ita | Italian | + | + | ++ | + | + | + | + | - | - | *AR,*RE,GP

View File

@@ -34,6 +34,7 @@ use the resource modules.
Other relevant documents: Other relevant documents:
- [The RGL Status Document ./status.html]: the current status of different languages - [The RGL Status Document ./status.html]: the current status of different languages
and the authors of each grammar and the authors of each grammar
- [The Resource Grammar Library coverage map http://www.postcrashgames.com/gf_world/]
- [More modules gfdoc/sources.html]: extra modules, dictionaries, and - [More modules gfdoc/sources.html]: extra modules, dictionaries, and
the internals of the resource grammar the internals of the resource grammar
- [RGL Source Browser ./browse]: look up functions and their source code - [RGL Source Browser ./browse]: look up functions and their source code

File diff suppressed because it is too large Load Diff