mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
added UttInterj in Estonian, Thai and Russian
This commit is contained in:
@@ -17,6 +17,7 @@ concrete PhraseEst of Phrase = CatEst ** open ResEst, (P = Prelude) in {
|
|||||||
UttCN np = {s = np.s ! NCase Sg Nom} ;
|
UttCN np = {s = np.s ! NCase Sg Nom} ;
|
||||||
UttAP np = {s = np.s ! P.False ! NCase Sg Nom} ;
|
UttAP np = {s = np.s ! P.False ! NCase Sg Nom} ;
|
||||||
UttCard n = {s = n.s ! Sg ! Nom} ;
|
UttCard n = {s = n.s ! Sg ! Nom} ;
|
||||||
|
UttInterj i = i ;
|
||||||
|
|
||||||
NoPConj = {s = []} ;
|
NoPConj = {s = []} ;
|
||||||
PConjConj conj = {s = conj.s2} ;
|
PConjConj conj = {s = conj.s2} ;
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ concrete PhraseRus of Phrase = CatRus ** open Prelude, ResRus in {
|
|||||||
UttCN n = {s = n.s ! NF Sg Nom nom} ;
|
UttCN n = {s = n.s ! NF Sg Nom nom} ;
|
||||||
UttCard n = {s = n.s ! Neut ! Inanimate ! Nom} ;
|
UttCard n = {s = n.s ! Neut ! Inanimate ! Nom} ;
|
||||||
UttAP ap = {s = ap.s ! AF Nom Inanimate (GSg Neut)} ; ---- gennum ? (AR)
|
UttAP ap = {s = ap.s ! AF Nom Inanimate (GSg Neut)} ; ---- gennum ? (AR)
|
||||||
|
UttInterj i = i ;
|
||||||
|
|
||||||
NoPConj = {s = []} ;
|
NoPConj = {s = []} ;
|
||||||
PConjConj conj = ss conj.s2 ;
|
PConjConj conj = ss conj.s2 ;
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ concrete PhraseTha of Phrase = CatTha ** open Prelude, ResTha in {
|
|||||||
UttCard x = x ;
|
UttCard x = x ;
|
||||||
UttVP vp = {s = vp.s ! Pos ++bIND++ vp.e} ;
|
UttVP vp = {s = vp.s ! Pos ++bIND++ vp.e} ;
|
||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
|
UttInterj i = i ;
|
||||||
|
|
||||||
NoPConj = {s = []} ;
|
NoPConj = {s = []} ;
|
||||||
PConjConj conj = ss conj.s2 ;
|
PConjConj conj = ss conj.s2 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user