samanthamccabe / didelphis-sca

Didelphis Sound Change Applier
19 stars 4 forks source link

Aliases for Multivalue and Ternary Features #90

Closed samanthamccabe closed 8 years ago

samanthamccabe commented 8 years ago

rather than the awkward [high:0] allow the model to alias these values to more useful ones like [mid]

probably best to create an ALIASES block in the features file like

ALIASES
[high] = [+high]
[mid]  = [high:0]
[low]  = [-high]