Description Usage Arguments Value References Examples
Heuristically complete stemmed words.
1 2 3 4 | stemCompletion(x,
dictionary,
type = c("prevalent", "first", "longest",
"none", "random", "shortest"))
|
x |
A character vector of stems to be completed. |
dictionary |
A |
type |
A
|
A character vector with completed words.
Ingo Feinerer (2010). Analysis and Algorithms for Stemming Inversion. Information Retrieval Technology — 6th Asia Information Retrieval Societies Conference, AIRS 2010, Taipei, Taiwan, December 1–3, 2010. Proceedings, volume 6458 of Lecture Notes in Computer Science, pages 290–299. Springer-Verlag, December 2010.
1 2 | data("crude")
stemCompletion(c("compan", "entit", "suppl"), crude)
|
Loading required package: NLP
compan entit suppl
"companies" "entitlements" "supply"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.