digling / misoljs

JavaScript Implementation of Multi-Tier-Based Sound Change
MIT License
0 stars 0 forks source link

Pass non-segmental tiers on in layer-based reconstruction #8

Open LinguList opened 9 months ago

LinguList commented 9 months ago

Non-segmental tiers are lost now, we should consider to pass them on for now, to allow for their inclusion in layer-based sound change. This can be trivially handled, but must be taken with caution. Tiers other than segments cannot be changed so far.

So an alternative may be to test syllable boundaries in sound change (given that we do not model sound change across whole multi-morphemic words).

LinguList commented 9 months ago

We can use standard stress markers and the dot as syllable boundary marker and include a @stress function.

LinguList commented 9 months ago

Stress has now been handled. I consider this as almost satisfying enough. We say: tiers can be used will be used, but typically, one should be able to compute them from the input sequence, avoiding user-defined custom tiers.