cldf-clts / pyclts

Apache License 2.0
11 stars 2 forks source link

Featureset for consonant clusters contains "diphthong" feature #49

Open arubehn opened 11 months ago

arubehn commented 11 months ago

As the title states, the featureset attribute for consonant clusters contains "diphthong", which should not be the case:

from pyclts import CLTS

>>> bipa = CLTS().bipa
>>> s = bipa["kg"]
>>> s.type
'cluster'
>>> s.featureset
frozenset({'from_stop', 'from_voiceless', 'to_stop', 'from_velar', 'cluster', 'diphthong', 'to_velar', 'to_voiced'})