Description Usage Arguments Details Value Author(s) See Also Examples
Decomposes words into morphemes on the basis of the lexical entries in the lexicon. If multiple decompositions are possible, all are returned.
1 | DECOMPOSE(hearerID, form)
|
hearerID |
Pointer to hearer agent |
form |
Word form that is considered for decomposition |
Decomposition is not trivial: Because of sloppy pronunciation (PRODUCE
) and differences between speakers, mental representations of morphemes need not match one-to-one the parts of an utterance.
Zero morphemes are not allowed. Reduced forms may become suffixes too. Suffixes must be minimally erosionMax long (should be automatically satisfied...).
Function applies recursively (max twice)
A vector with morphologically analyzed words, in which morpheme-s are separate-d by hyphen-s ("-")
Sander Lestrade
1 2 3 4 5 6 7 8 9 |
[1] "lasegygibu buwirawa"
[1] "lasegygibubuwirawa"
logical(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.