salutations,
we would like your suggestions for the following problem.suppose we have a string, like "cowboycaddog".
what we want is a way to separate the words of "cowboycaddog", observing (hipothetically) that, as an euphony rule of English, t is changed to d before d (t|d -> dd, cat + dog = caddog), considering a given list of isolated words, like:
that were possibly used to form the string.cowboy cow boy cat do dog
t|d -> dd would be a juncture rule that was used to form the string.
thus, cowboycaddog and the above lexicon would output:it would never output "cow-boy-cad-dog", because the word "cad" is not in the lexicon. this is just an example, there could be other juncture rules, for example: i|o -> ito, so the string "territory" and the morpheme list (terri, ory) would output terri-ory, for example.cowboy-cat-dog cow-boy-cat-dog
is this possible? any suggestion is welcome.
thanks in advance.In reply to unglue words joined together by juncture rules by pc2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |