mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
small corrections in RGL document
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
+Words: English-specific section+
|
||||
+Words: English-specific rules+
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
+Syntax: English-specific section+
|
||||
+Syntax: English-specific rules+
|
||||
|
||||
|
||||
@@ -7,8 +7,14 @@ Aarne Ranta
|
||||
%!postproc(html) : "#BECE" "<center>"
|
||||
%!postproc(tex) : "#ENCE" "end{center}"
|
||||
%!postproc(html) : "#ENCE" "</center>"
|
||||
%!postproc(tex) : "#HR" "hline"
|
||||
%!postproc(html) : "#HR" "<hr>"
|
||||
|
||||
|
||||
Also available for [Chinese gf-chinese.html] [Finnish gf-finnish.html] [French gf-french.html] [German gf-german.html] [Swedish gf-swedish.html]
|
||||
|
||||
#HR
|
||||
|
||||
**Digital grammars** are grammars usable by computers, so that they can mechanically perform
|
||||
tasks like interpreting, producing, and translating languages. The **GF Resource Grammar Library**
|
||||
(RGL) is a set of digital grammars which, at the time of writing, covers 28 languages. These grammars
|
||||
@@ -47,7 +53,7 @@ in question.
|
||||
|
||||
|
||||
|
||||
+Words: general section+
|
||||
+Words: general rules+
|
||||
|
||||
Categories of words are called **lexical categories**.
|
||||
The language-specific variation in lexical categories is due to **morphology**, that is, the different forms that
|
||||
@@ -131,7 +137,7 @@ The following table summarizes the most important semantic types that will be us
|
||||
|
||||
|| name | text name | example | definition ||
|
||||
| ``e`` | entity | //Paris// | (primitive)
|
||||
| ``t`` | proposition | //Paris is large// | (primitive)
|
||||
| ``t`` | proposition ("truth value") | //Paris is large// | (primitive)
|
||||
| ``q`` | question | //is Paris large// | (primitive)
|
||||
| ``p`` | top-level phrase | //Paris is large.// | (primitive)
|
||||
| ``n`` | substantive ("noun") | //man// | ``e -> t``
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
+Syntax: general section+
|
||||
+Syntax: general rules+
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user