diff options
| author | aarne <unknown> | 2005-05-17 16:16:59 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-17 16:16:59 +0000 |
| commit | f592002e7dbf10ec6e9e2296ae6e37ca67569638 (patch) | |
| tree | 2e6eb7e991b0a2b597d85d805c555aa309fb5857 /doc/tutorial | |
| parent | 8abf80dc4d4aa9c6a783f41346e44a5012649d03 (diff) | |
some doc for release
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/gf-tutorial2.html | 38 |
1 files changed, 37 insertions, 1 deletions
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 @@ -1060,6 +1060,42 @@ programming languages are syntactic sugar for table selections: <!-- NEW --> +<h4>Morphological analysis and morphology quiz</h4> + +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 <tt>morpho_analyse = ma</tt> +can be used to read a text and return for each word the analyses that +it has in the current concrete syntax. +<pre> + > rf bible.txt | morpho_analyse +</pre> +Similarly to translation exercises, morphological exercises can +be generated, by the command <tt>morpho_quiz = mq</tt>. Usually, +the category is set to be something else than <tt>S</tt>. For instance, +<pre> + > 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 +</pre> +Finally, a list of morphological exercises and save it in a +file for later use, by the command <tt>translation_list = tl</tt> +<pre> + > translation_list -number=25 PaleolithicEng PaleolithicIta +</pre> +The number flag gives the number of sentences generated. + + + +<!-- NEW --> <h4>Parametric vs. inherent features, agreement</h4> The rule of subject-verb agreement in English says that the verb @@ -1170,7 +1206,7 @@ the adjectival paradigm in which the two singular forms are the same, can be def <h2>Topics still to be written</h2> -Morpho quiz +Discontinuous constituents <p> |
