| txt_recode_ngram_cpp | R Documentation |
Internal C++ implementation of n-gram recoding for multiword detection.
Users should call txt_recode_ngram_fast instead.
x |
Character vector of tokens |
compound |
Character vector of multiword expressions to match |
ngram |
Integer vector indicating the length of each compound |
sep |
String separator to use when joining tokens |
Character vector where matched n-grams are combined
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.