wikimorphemes_lookup | R Documentation |
During use, Wikimorphemes builds an in-memory lookup table of words and
morphemes. This table is used by process_word
, but it might
also be useful for other uses.
wikimorphemes_lookup()
A tibble with columns word, morphemes (a list column with a character vector of morphemes per word), and n_morphemes (an integer count of morphemes in the morphemes column). Note that words less than 4 characters are never broken into morphemes by this package so they do not appear in the lookup. If you do not have a lookup, this function will return NULL.
nrow(wikimorphemes_lookup()) head(wikimorphemes_lookup())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.