forked from GitHub/gf-core
Hebrew RGL files added
This commit is contained in:
14
lib/src/hebrew/PhraseHeb.gf
Normal file
14
lib/src/hebrew/PhraseHeb.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
concrete PhraseHeb of Phrase = CatHeb ** open Prelude, ResHeb in {
|
||||
|
||||
flags coding=utf8 ;
|
||||
|
||||
lin
|
||||
|
||||
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||
UttAdv adv = {s = adv.s} ;
|
||||
UttNP np = {s = (np.s ! Nom).obj } ;
|
||||
|
||||
NoPConj = {s = []} ;
|
||||
NoVoc = {s = []} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user