From: Sergejus Tarasovas
Message: 32248
Date: 2004-04-24
> Well, after struggling the whole day to get it working, I'veThank you, Miguel. I must admit I tried to check the idea myself, but
> finally succeeded.
>
> The idea is simple. There are three vowel raising factors:
> (1) circumflex raising [C]
> (2) *-n or *-m (> *-N) raising [N]
> (3) *-s (> *-h) raising [H]
>
> There are three factors affecting the length:
> (1) shortening by decircumflexion [DC]
> (2) shortening by elimination of long diphthongs (V:i, V:u,
> V:N, V:l, V:r) [LDE]
> (3) lengthening by *-Rs [NH]
> The problems start with the "soft" endings, which have f.So had I before I looked up in Kortlandt's FPITS.
> gen.sg. (and f.nom.pl.), m/f/ acc.pl. -jeN where the "hard"
> endings have -y. After having hacked through most
> permutations in the ordering of C-raising, N-raising,
> H-raising, shortening, lengthening, and J-umlaut, and never
> getting it right, I accidentally (well, by quitting hacking
> the code and thinking about the matter) stumbled upon the
> corect answer (at least, an answer that gets all the results
> right in the Sound Changer).
>
> Surprisingly, this answer does not involve the Umlaut of
> -jo- > -je-, as I had incorrectly assumed all day long.
> TheKortlandt actually offers the same solution (which I reported in one
> answer involves raising *-o:ms/*-a:ms all the way to *-u:Nh,
> and then, to quote the Sound Changer:
>
> [input: g^hem-j-eh2-ms]
> ...
> a:N->o:N /_(h)# applies to 3emja:Nh at 8
> o:->u: /_(N)h# applies to 3emjo:Nh at 8
> u->i /j_ applies to 3emju:Nh at 5
> i:->X /_ applies to 3emji:Nh at 6
> X->i /_ applies to 3emjXNh at 5
> 3->z /_ applies to 3emjiNh at 1
> iN->e~ /_ applies to zemjiNh at 6
> h-> /_# applies to zemje~h at 7
> [output: zemje~]
>
> The only trick is the development -iN > -e~, besides -eN and
> -IN > -e~ (this part *was* accidental, I meant -IN > e~, but
> the code said -iN).