Closed xrotwang closed 4 years ago
Currently, accessing a TranscriptionSystem's features is cumbersome (see https://github.com/cldf-datasets/eurasianinventories/pull/1#discussion_r435823568). Something like
TranscriptionSystem
@property def feature_system(self): return self._feature_values
might help here (or simply renaming _feature_values to feature_system - although this would be backwards incompatible).
_feature_values
feature_system
Currently, accessing a
TranscriptionSystem
's features is cumbersome (see https://github.com/cldf-datasets/eurasianinventories/pull/1#discussion_r435823568). Something likemight help here (or simply renaming
_feature_values
tofeature_system
- although this would be backwards incompatible).