decode_ngrams {biogram} | R Documentation |
Decode n-grams
Description
Transforms a vector of n-grams into a human-friendly form.
Usage
decode_ngrams(ngrams)
Arguments
ngrams |
a |
Value
a character
vector of length equal to the number of n-grams.
Note
Decoded n-grams lose the position information.
See Also
Validate n-gram structure: is_ngram
.
Inverse function: code_ngrams
.
Examples
decode_ngrams(c("2_1.1.2_0.1", "3_1.1.2_2.0", "3_2.2.2_0.0"))
[Package biogram version 1.6.3 Index]