mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
extended dialogue example
This commit is contained in:
13
examples/dialogue/AuxDialogue.gf
Normal file
13
examples/dialogue/AuxDialogue.gf
Normal file
@@ -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 = <>
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user