[WIP] kab-Latn: add missing - #252
Conversation
- Added missing geminates: tt, qq, jj, cc, čč, ǧǧ, hh, ww, yy, ḥḥ, ṣṣ, ṭṭ, ḍḍ, ẓẓ, ṛṛ - Mapped `o` to `u` since Kabyle has no native /o/ phoneme; words borrowed with /o/ are nativized as /u/ - Removed v and vv since /v/ is not a native Kabyle phoneme and only appears in recent loanwords only
|
Hum, I think that the |
Reorganizing kabyle based on new elements.
There was a problem hiding this comment.
I disagree with removing v and vv since the goal of Epitran is not to adjudicate what graphemes do and do not belong in a language, but to be maximally robust to what might actually occur in data (and having these in the mapping should not negatively impact the performance of the module on native Kabyle).
There was a problem hiding this comment.
Ah okay! Good to know :)
| r,r | ||
| s,s | ||
| t,t | ||
| v,v |
There was a problem hiding this comment.
I added back v at the end on the file.
|
FYI, current test for Kabyle is failing: |
Nice one ! |
Correcting kabyle test. The word `tuwiḍ` has no meaning. Should use `tewwiḍ` (as in : you took with you). `ɣ` to `ʁ` `b` to `β` in this specific case of `abrid` (road, street). Adding `æ` Adding `ə`
|
May be I should close this as I'm working on it to correct some things? |
bug fix :
otousince Kabyle has no native /o/ phoneme; words borrowed with /o/ are nativized as /u/Removed v and vv since /v/ is not a native Kabyle phoneme and only appears in recent loanwords onlySources of information for the rules
I'm a native kabyle speaker working of projects related to kabyle language.
Once this done, I'll work to introduced a
preandpostprocessing for kabyle and to handle complex forms.