Description Usage Arguments Value Examples
Load user defined ambiguity dictionary by dictionary path.
1 | loadAmbiguity(path)
|
path |
charater, file path of the dictionary. The suffix of the dictionary should be ".dic". There should be only one word per line. Terms in each line should be separated by Tab, such as:
|
No results.
1 2 3 4 5 | ## Not run:
dic.path = system.file("library/ambiguity.dic", package = "ransj")
loadAmbiguity(dic.path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.