diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-10-01 16:07:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-10-01 16:07:09 +0000 |
| commit | 6c6ff81109a7cac1780921bed882abaca313f15d (patch) | |
| tree | d7a42ca8e51818d28152e12a6d7d22035a7ff7bb /doc/gf-tutorial.html | |
| parent | 429092ac6aa1374a468b36904b4c2c668d892c54 (diff) | |
small fixes in tutorial ; added txt source of the same
Diffstat (limited to 'doc/gf-tutorial.html')
| -rw-r--r-- | doc/gf-tutorial.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 (<CODE>-lang</CODE>): the last-imported concrete sy <B>Multilingual generation</B>: </P> <PRE> - > parse -lang=HelloEng "hello friends" | linearize -multi + > parse -lang=HelloEng "hello friends" | linearize terve ystävät ciao amici hello friends </PRE> <P> -As <CODE>-multi</CODE> is the default, it can be omitted. +Linearization is by default to all available languages. </P> <P> <!-- NEW --> @@ -788,7 +788,7 @@ You can also write a <B>script</B>, a file containing the lines If we name this script <CODE>hello.gfs</CODE>, we can do </P> <PRE> - $ gf --run <hello.gfs s + $ gf --run <hello.gfs ciao mondo terve maailma |
