1
0
forked from GitHub/gf-rgl

progress on the grammar

This commit is contained in:
Krasimir Angelov
2024-12-07 22:17:32 +01:00
parent bcf5db743f
commit 1b6f42397d
5 changed files with 89 additions and 72 deletions
+13
View File
@@ -0,0 +1,13 @@
concrete PhraseSqi of Phrase = CatSqi ** open Prelude, ResSqi in {
lin
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
UttNP np = {s = np.s ! Nom} ;
UttInterj i = i ;
NoPConj = {s = []} ;
NoVoc = {s = []} ;
}