mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
forgot the file PhraseSlv.gf
This commit is contained in:
15
lib/src/slovenian/PhraseSlv.gf
Normal file
15
lib/src/slovenian/PhraseSlv.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv in {
|
||||
|
||||
lin
|
||||
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||
|
||||
UttS s = s ;
|
||||
UttNP np = {s = np.s ! Nom} ;
|
||||
UttAdv adv = adv ;
|
||||
UttCN n = {s = n.s ! Indef ! Nom ! Sg} ;
|
||||
|
||||
NoPConj = {s = []} ;
|
||||
|
||||
NoVoc = {s = []} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user