In order to more easily support using the same LEXC source for both crk and cwd (and other Western Cree dialects), we would want to incorporate a simple filter/transcriptor converting the accented <ý> to simple <y> to the analysis/underlying side of all the FSTs. For Woods Cree, we would similarly convert the accented <ý> to simple <th>. While the coding of <ý> is already implemented in the LEXC source on the stem side (for crk), this yet needs to be added to the lemma side of the LEXC code as well.
@snomos The REGEX source for the transcriptor has already been written and added to the repo as: https://github.com/giellalt/lang-crk/blob/main/src/filters/convert-accented-y-to-simple-y.regex - so what needs to be done is to incorporate this to the appropriate place(s) in the various Makefiles.
In order to more easily support using the same LEXC source for both crk and cwd (and other Western Cree dialects), we would want to incorporate a simple filter/transcriptor converting the accented
<ý>to simple<y>to the analysis/underlying side of all the FSTs. For Woods Cree, we would similarly convert the accented<ý>to simple<th>. While the coding of<ý>is already implemented in the LEXC source on the stem side (for crk), this yet needs to be added to the lemma side of the LEXC code as well.@snomos The REGEX source for the transcriptor has already been written and added to the repo as: https://github.com/giellalt/lang-crk/blob/main/src/filters/convert-accented-y-to-simple-y.regex - so what needs to be done is to incorporate this to the appropriate place(s) in the various Makefiles.