summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-09 13:29:45 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-09 13:29:45 +0000
commit313791d016a7a03fc5a1444b945c7163a91195a1 (patch)
tree260f85366d3dd24684778e17f97c30e521f1cf7d
parent08814d1d5a6890d87c92991da66a8b36789abbc5 (diff)
compiler example in index
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 5b8b803e3..2dd16796f 100644
--- a/index.html
+++ b/index.html
@@ -177,6 +177,17 @@ summary of the supported input and output formats (the nodes in ellipses).
<p>
+For instance, if you want to write a finite-state automaton
+in the HTK SLF format (to use for speech recognition), all you have to do
+is to write an EBNF grammar in a file <tt>foo.ebnf</tt> and type
+<pre>
+ echo "pg -printer=slf" | gf foo.ebnf
+</pre>
+
+
+
+<h2>License</h2>
+
GF is open-source software licensed under
<a href="LICENSE">GNU General Public License (GPL)</a>.