setAnalyzer {Rwordseg} | R Documentation |
The default analyzer is 'hmm', which is implemented by native R codes and still in development. You can use 'jiebaR' instead. Or 'coreNLP' to invoke Stanford CoreNLP. Or choose 'fmm' to try the forward maximum matching algorithm.
setAnalyzer(analyzer = c("hmm", "jiebaR", "fmm", "coreNLP"), coreNLPdir = "")
analyzer |
One of 'jiebaR', 'hmm', 'fmm' and 'coreNLP'. |
coreNLPdir, |
Set the coreNLP file path, only use for 'coreNLP'. |
No results.
setAnalyzer("hmm")