ngrams2df {biogram} | R Documentation |
n-grams to data frame
Description
Tranforms a vector of n-grams into a data frame.
Usage
ngrams2df(ngrams)
Arguments
ngrams |
a |
Value
a data.frame
with 2 (in case of n-grams without known position) or
three columns (n-grams with position information).
See Also
Decode n-grams: decode_ngrams
.
Examples
ngrams2df(c("2_1.1.2_0.0", "3_1.1.2_0.0", "3_2.2.2_0.0", "2_1.1_0"))
[Package biogram version 1.6.3 Index]