Description Usage Arguments Value Examples
View source: R/nextWordMiner.R
Extend candidate words based on Bayesian probability.
1 | nextWordMiner(n_char_final, numOfChar, bayesianCutoff)
|
n_char_final |
word table with n characters |
numOfChar |
The number of character of candidate word, which should be equal to the number of characters in n_char_final |
bayesianCutoff |
Bayesian conditional probability of occurrence of next word. The algorithm will drop |
List of new candidates words and words which cannot be extended.
1 | nextWordMiner(df, 2, 0.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.