From 3036881d206332a8ca9ed4d97715bf24142227a4 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 23 Dec 2010 09:33:11 +0000 Subject: updated tutorial and quickstart for 3.2 --- doc/gf-quickstart.html | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to 'doc/gf-quickstart.html') diff --git a/doc/gf-quickstart.html b/doc/gf-quickstart.html index cd508d474..6587986ac 100644 --- a/doc/gf-quickstart.html +++ b/doc/gf-quickstart.html @@ -9,7 +9,7 @@

Aarne Ranta

-22 December 2010 (3 September, 2007) +December 2010 for GF 3.2

@@ -42,12 +42,12 @@ GF sources.

  • Translation. Try your first translation by giving the GF command
    -  parse "this cheese is very very Italian" | tree_bank
    +  parse "this cheese is very very Italian" | linearize -treebank
     
  • Generation. Random-generate sentences in two languages:
    -  generate_random | l -multi
    +  generate_random | linearize
     
  • Grammar development. Add words to the Food @@ -66,6 +66,35 @@ grammar development, go to the one of the tutorials:
  • GF Tutorial: older, more programmer-oriented
  • GF Resource Tutorial: newer, more linguist-oriented +To learn about how GF is used for easily writing grammars for 16 languages, consult the + + + + +

    Run-time grammars and web applications

    + +GF has its own "machine language", PGF (Portable Grammar Format), +which is recommended for use in applications at run time. To produce a PGF file from +the two grammars above, do +
    +  gf -make FoodIta.gf FoodEng.gf
    +  wrote Food.pgf
    +
    +You can use this in Haskell and Java programs, and also on web services, as shown in +here. +To build your own web application, consult the +developer wiki. + + +

    User Group

    + +You are welcome to join the User Group +to get help and discuss GF-related issues! + + + -- cgit v1.2.3