diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-05-16 20:44:33 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-05-16 20:44:33 +0000 |
| commit | 29d04d8a90e1db9c8cc040ae5d83bdf7c84359cc (patch) | |
| tree | c0a7487808f3256a06425c79d5684a4285a6a6be /examples/dialogue/AuxDialogue.gf | |
| parent | 5082ebd0f4a0c4ba04aab54d05290e6141e44129 (diff) | |
extended dialogue example
Diffstat (limited to 'examples/dialogue/AuxDialogue.gf')
| -rw-r--r-- | examples/dialogue/AuxDialogue.gf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/dialogue/AuxDialogue.gf b/examples/dialogue/AuxDialogue.gf new file mode 100644 index 000000000..63b9c6979 --- /dev/null +++ b/examples/dialogue/AuxDialogue.gf @@ -0,0 +1,13 @@ +interface AuxDialogue = open Lang in { + oper + defN : N -> NP = \n -> + DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN n) ; + + mkMove : Str -> Phr = \s -> {s = variants { + s ; + s ++ please_Voc.s + } ; + lock_Phr = <> + } ; + +}
\ No newline at end of file |
