examples of dialogue system grammars

This commit is contained in:
aarne
2006-05-16 13:07:41 +00:00
parent e1ea20277c
commit 6bbd4e423a
18 changed files with 304 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
--# -path=.:present:prelude
concrete AgendaFre of Agenda =
DialogueFre, WeekdayFre ** open LangFre, ParadigmsFre, IrregFre in {
lin
Day = UseN (regN "jour") ;
Meeting = UseN (regN "réunion") ;
Add = dirdirV3 (regV "ajouter") ;
Remove = dirV2 (regV "ôter") ;
Interrupt = interrompre_V2 ;
day = UsePN ;
}