mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
added UttS
This commit is contained in:
@@ -3,6 +3,7 @@ concrete PhraseSqi of Phrase = CatSqi ** open Prelude, ResSqi in {
|
|||||||
lin
|
lin
|
||||||
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||||
|
|
||||||
|
UttS s = s ;
|
||||||
UttNP np = {s = np.s ! Nom} ;
|
UttNP np = {s = np.s ! Nom} ;
|
||||||
UttInterj i = i ;
|
UttInterj i = i ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
concrete GrammarMkd of Grammar =
|
concrete GrammarMkd of Grammar =
|
||||||
|
PhraseMkd,
|
||||||
TextX,
|
TextX,
|
||||||
StructuralMkd,
|
StructuralMkd,
|
||||||
TenseX ** {
|
TenseX ** {
|
||||||
|
|||||||
13
src/macedonian/PhraseMkd.gf
Normal file
13
src/macedonian/PhraseMkd.gf
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
concrete PhraseMkd of Phrase = CatMkd ** open Prelude, ResMkd in {
|
||||||
|
|
||||||
|
lin
|
||||||
|
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||||
|
|
||||||
|
UttS s = s ;
|
||||||
|
UttInterj i = i ;
|
||||||
|
|
||||||
|
NoPConj = {s = []} ;
|
||||||
|
|
||||||
|
NoVoc = {s = []} ;
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user