I have a question about how to define things so that the parser will treat a reduplicated morpheme as one morpheme. As in Greek and many other languages as pointed out in Marlin Leader’s “Flex guide” reduplication of certain morphemes have the function of indicating perfective aspect. In TKE when the applicative verb extension is reduplicated then the verb has perfective aspect. The applicative verb extension has the form “el”, and has the normal meaning of doing something “to, for, for the benefit of, or for the purpose of.” The meaning of the reduplicated morpheme is very different than the non-reduplicated one. Even though I have both “-el”, applicative and “-elel” perfective in my lexicon, the parser always chooses to parse using the two smallest possible morphemes i.e. “-el –el” and never “elel”. How can I get the parser to choose the bigger morpheme when it is present?
Jeff S.
I have a question about how to define things so that the parser will treat a reduplicated morpheme as one morpheme. As in Greek and many other languages as pointed out in Marlin Leader’s “Flex guide” reduplication of certain morphemes have the function of indicating perfective aspect. In TKE when the applicative verb extension is reduplicated then the verb has perfective aspect. The applicative verb extension has the form “el”, and has the normal meaning of doing something “to, for, for the benefit of, or for the purpose of.” The meaning of the reduplicated morpheme is very different than the non-reduplicated one. Even though I have both “-el”, applicative and “-elel” perfective in my lexicon, the parser always chooses to parse using the two smallest possible morphemes i.e. “-el –el” and never “elel”. How can I get the parser to choose the bigger morpheme when it is present?