Open arubehn opened 11 months ago
As the title states, the featureset attribute for consonant clusters contains "diphthong", which should not be the case:
featureset
"diphthong"
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'})
As the title states, the
featureset
attribute for consonant clusters contains"diphthong"
, which should not be the case: