XachaB / Qumin

Scripts used for my PhD dissertation
GNU General Public License v3.0
8 stars 1 forks source link

[Patterns] Pretty printing generalized alternations should co-ordinate the print style #13

Closed XachaB closed 5 months ago

XachaB commented 4 years ago

I don't want things like:

[+son +stress -C][a-o-u-ɐ̃-õ-ɐ-ɔ]ʃ ⇌ [+son -C -stress][+J +dipht +son +stress -C] / X*C_

It's either a list of phonemes as in [a-o-u-ɐ̃-õ-ɐ-ɔ] or a list of features as in [+J +dipht +son +stress -C]. This might be a good occasion to rewrite the way I do regular phonological changes in the alternation.

XachaB commented 4 years ago

The pull request #14 also ensures that only the features which change are mentionned.

This can be further improved: lists of phonemes can be coindexed to express the bijective function more clearly.