bootstrapped faroese

This commit is contained in:
Krasimir Angelov
2025-09-10 16:38:50 +02:00
parent 1b57ef7fee
commit 7016ce8a32
13 changed files with 13039 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
concrete PhraseFao of Phrase = CatFao ** {
lin
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
UttS s = s ;
UttInterj i = i ;
NoPConj = {s = []} ;
NoVoc = {s = []} ;
}