1
0
forked from GitHub/gf-rgl

synopsis updated with Chi

This commit is contained in:
aarne
2012-11-19 09:57:51 +00:00
parent 0a944c2a4c
commit e93cc94624
5 changed files with 846 additions and 597 deletions

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 25 languages.
It covers the morphology and basic syntax of currently 26 languages.
This document contains the most important parts of the GF Resource Grammar API,
as needed by a GF application programmer.
@@ -24,18 +24,18 @@ constructing trees in them.
examples.
- [Chapter 3 #toc83]: morphological paradigms.
- [Chapter 4 #toc108]: additional libraries.
- [Chapter 5 #toc114]: how to "browse" the library by
- [Chapter 5 #toc115]: how to "browse" the library by
loading the grammars into the ``gf`` command editor.
- [Chapter 6 #toc115]: a brief example of how application grammars can
- [Chapter 6 #toc116]: a brief example of how application grammars can
use the resource modules.
- [Detailed table of contents #toc116].
- [Detailed table of contents #toc117].
Other relevant documents:
- [More modules gfdoc/sources.html]: extra modules, dictionaries, and
the internals of the resource grammar
- [The RGL Status Document ./status.html]: the current status of different languages
and the authors of each grammar
- [More modules gfdoc/sources.html]: extra modules, dictionaries, and
the internals of the resource grammar
- [RGL Source Browser ./browse]: look up functions and their source code
- [Minibar http://cloud.grammaticalframework.org/minibar/minibar.html]:
find resource grammar expressions by parsing (select Grammar: LibraryBrowser)