symbolNGramm: Returns n-gramms of characters for given input string

Description Usage Arguments Value Examples

View source: R/text.R

Description

Returns n-gramms of characters for given input string

Usage

1
symbolNGramm(input, n, strings = TRUE)

Arguments

input

Input string

n

Size of n-gramm

strings

Boolean - should function return vector of string n-gramms. FALSE - return list of vectors of characters

Value

Vector of strings or List of vector of characters @seealso strings

Examples

1
symbolNGramm('hello world', 4)

d0rj/pido documentation built on Dec. 19, 2021, 8 p.m.