forked from GitHub/gf-rgl
Finnish vowel harmony
Changed the structure of N,CN,Det,Quant, and functions that build and use them.
This commit is contained in:
@@ -20,7 +20,9 @@ concrete ConjunctionFin of Conjunction =
|
||||
c = ss.c
|
||||
} ;
|
||||
|
||||
ConjCN conj ss = conjunctDistrTable NForm conj ss ;
|
||||
ConjCN conj ss =
|
||||
let s = (conjunctDistrTable NForm conj ss).s
|
||||
in {s = s ; h = Back } ; ---- harmony?
|
||||
|
||||
-- These fun's are generated from the list cat's.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user