From cfa717c4c748e1a655b62ef2616bd1e24b94349a Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 9 Dec 2005 13:29:45 +0000 Subject: [PATCH] compiler example in index --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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).

+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 foo.ebnf and type +

+  echo "pg -printer=slf" | gf foo.ebnf
+
+ + + +

License

+ GF is open-source software licensed under GNU General Public License (GPL).