From f592002e7dbf10ec6e9e2296ae6e37ca67569638 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 17 May 2005 16:16:59 +0000 Subject: some doc for release --- doc/tutorial/gf-tutorial2.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'doc/tutorial') diff --git a/doc/tutorial/gf-tutorial2.html b/doc/tutorial/gf-tutorial2.html index ba96d2cae..1ef8a7f44 100644 --- a/doc/tutorial/gf-tutorial2.html +++ b/doc/tutorial/gf-tutorial2.html @@ -1059,6 +1059,42 @@ programming languages are syntactic sugar for table selections: + +

Morphological analysis and morphology quiz

+ +Even though in GF morphology +is mostly seen as an auxiliary of syntax, a morphology once defined +can be used on its own right. The command morpho_analyse = ma +can be used to read a text and return for each word the analyses that +it has in the current concrete syntax. +
+  > rf bible.txt | morpho_analyse
+
+Similarly to translation exercises, morphological exercises can +be generated, by the command morpho_quiz = mq. Usually, +the category is set to be something else than S. For instance, +
+  > i lib/resource/french/VerbsFre.gf
+  > morpho_quiz -cat=V
+
+  Welcome to GF Morphology Quiz.
+  ...
+
+  réapparaître : VFin VCondit  Pl  P2
+  réapparaitriez
+  > No, not réapparaitriez, but
+  réapparaîtriez
+  Score 0/1
+
+Finally, a list of morphological exercises and save it in a +file for later use, by the command translation_list = tl +
+  > translation_list -number=25 PaleolithicEng PaleolithicIta
+
+The number flag gives the number of sentences generated. + + +

Parametric vs. inherent features, agreement

@@ -1170,7 +1206,7 @@ the adjectival paradigm in which the two singular forms are the same, can be def

Topics still to be written

-Morpho quiz +Discontinuous constituents

-- cgit v1.2.3