1
0
forked from GitHub/gf-core

added few missing functions in the Bulgarian RGL

This commit is contained in:
kr.angelov
2012-06-21 09:00:21 +00:00
parent 78bd39ace7
commit 87401fcc4d
3 changed files with 43 additions and 0 deletions

View File

@@ -69,5 +69,7 @@ concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
ExtAdvS a s = {s = a.s ++ "," ++ s.s} ;
AdvS a s = {s = a.s ++ s.s} ;
SSubjS a s b = {s = a.s ++ "," ++ s.s ++ b.s} ;
RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum ANeut Sg; p=P3}} ;
}