add_stems.Rd
The file should have lines of the form <token>[tab]<stem>. Empty lines and
lines starting with # will be ignored. An example of the correct format
is system.file("extdata", "manual.dict", package = "Resha")
add_stems(fname)
fname | Name of the file |
---|
Nothing
Note that changes to the token-stem mapping are not maintained between package loadings.
newfile <- system.file("extdata", "manual.dict", package = "Resha") add_stems(newfile)