diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2020-10-02 17:57:35 +0200 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2020-10-02 17:57:35 +0200 |
| commit | e41436eb14e669ebce803ee6d329e8544a68be10 (patch) | |
| tree | 23f9c5fe8ccee0bbe0902566ae26b009ea7a357f | |
| parent | 2826061251ca05a777fec36fb5ad08b6e87e6ae7 (diff) | |
(Tutorial) Remove reference to morpho_list + overly verbose path
| -rw-r--r-- | doc/tutorial/gf-tutorial.t2t | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/tutorial/gf-tutorial.t2t b/doc/tutorial/gf-tutorial.t2t index e027f0030..0cc719a2b 100644 --- a/doc/tutorial/gf-tutorial.t2t +++ b/doc/tutorial/gf-tutorial.t2t @@ -2475,7 +2475,7 @@ can be used to read a text and return for each word its analyses ``` The command ``morpho_quiz = mq`` generates inflection exercises. ``` - % gf -path=alltenses:prelude $GF_LIB_PATH/alltenses/IrregFre.gfo + % gf alltenses/IrregFre.gfo > morpho_quiz -cat=V @@ -2488,11 +2488,6 @@ The command ``morpho_quiz = mq`` generates inflection exercises. réapparaîtriez Score 0/1 ``` -To create a list for later use, use the command ``morpho_list = ml`` -``` - > morpho_list -number=25 -cat=V | write_file exx.txt -``` - |
