Description Usage Arguments Details Value Examples
The file should have lines of the form <token>[whitespace]<stem>.
Empty lines and
lines starting with # will be ignored. An example of the correct format
is system.file("extdata", "manual.dict", package = "Resha")
1 | add_stems(fname)
|
fname |
Name of the file |
Note that changes to the token-stem mapping are not maintained between package loadings.
None
1 2 | newfile <- system.file("extdata", "manual.dict", package = "Resha")
add_stems(newfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.