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)

perfail-stud/Rstudfile documentation built on Dec. 22, 2021, 7:43 a.m.