cldf-clts / clts-legacy

Cross-Linguistic Transcription Systems
Apache License 2.0
4 stars 3 forks source link

generation procedure clashes with alias system #17

Closed LinguList closed 7 years ago

LinguList commented 7 years ago

This is an annoying thing:

>>> a = clts.get_sound('tsʰ')
>>> b = clts.get_sound('ʦʰ')
>>> print(a)
'tsʰ'
>>> print(b)
'ʦʰ'

the alias should be replaced, here, but it is not, since the sound is generated, this is not good...

LinguList commented 7 years ago

close this, it is all working, I just used the pre-forkelian version...