summaryrefslogtreecommitdiff
path: root/examples/tram/README
diff options
context:
space:
mode:
authoraarne <unknown>2005-11-07 21:45:22 +0000
committeraarne <unknown>2005-11-07 21:45:22 +0000
commitd1675f0abad7a84d1a1627390c304c9793fd62af (patch)
tree3cc86bd948ad8eeccb896c569f89747889455dc8 /examples/tram/README
parent71cd8efe2740f71c93f96c296b55164c3096e79b (diff)
trams with mm library
Diffstat (limited to 'examples/tram/README')
-rw-r--r--examples/tram/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/tram/README b/examples/tram/README
new file mode 100644
index 000000000..552b160f3
--- /dev/null
+++ b/examples/tram/README
@@ -0,0 +1,15 @@
+Björn Bringert's tram grammars (user side, without place names)
+implemented as an example of lib/resource/abstract/Multimodal.
+
+For documentation of the original system, see
+
+ http://www.cs.chalmers.se/~bringert/gf/tramdemo.html
+
+To try, do in gf
+
+ i -src TramEng.gf
+ gr | l -tr | p
+
+Clicks appear as coordinates on the right of the semicolon.
+
+AR 7/11/2005.