added Belarusian

This commit is contained in:
Krasimir Angelov
2025-09-25 21:54:33 +02:00
parent 9649f348b2
commit c9182284e7
14 changed files with 32379 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
concrete PhraseBel of Phrase = CatBel ** {
lin
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
UttS s = s ;
UttInterj i = i ;
NoPConj = {s = []} ;
NoVoc = {s = []} ;
}