alias2.morph (326B)
1 > foo 2 analyze(foo) = st:foo po:noun xx:other_data 3 stem(foo) = foo 4 > foox 5 analyze(foox) = st:foo po:noun xx:other_data is:affix_x 6 stem(foox) = foo 7 > fooy 8 analyze(fooy) = st:foo po:noun xx:other_data ds:affix_y 9 stem(fooy) = fooy 10 > fooyx 11 analyze(fooyx) = st:foo po:noun xx:other_data ds:affix_y is:affix_x 12 stem(fooyx) = fooy