From 6c6ff81109a7cac1780921bed882abaca313f15d Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 1 Oct 2008 16:07:09 +0000 Subject: small fixes in tutorial ; added txt source of the same --- doc/gf-tutorial.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/gf-tutorial.html') diff --git a/doc/gf-tutorial.html b/doc/gf-tutorial.html index cc0f03a96..2a6d74c9e 100644 --- a/doc/gf-tutorial.html +++ b/doc/gf-tutorial.html @@ -715,13 +715,13 @@ Default of the language flag (-lang): the last-imported concrete sy Multilingual generation:

-    > parse -lang=HelloEng "hello friends" | linearize -multi
+    > parse -lang=HelloEng "hello friends" | linearize
     terve ystävät
     ciao amici
     hello friends
 

-As -multi is the default, it can be omitted. +Linearization is by default to all available languages.

@@ -788,7 +788,7 @@ You can also write a script, a file containing the lines If we name this script hello.gfs, we can do

-    $ gf --run <hello.gfs s
+    $ gf --run <hello.gfs
   
     ciao mondo
     terve maailma
-- 
cgit v1.2.3