word_tokenizer: Returns vector of tokens, tokenized by word

Description Usage Arguments Value Examples

View source: R/tokenization.R

Description

Returns vector of tokens, tokenized by word

Usage

1

Arguments

input

String to tokenize

Value

vector of words

Examples

1
2
word_tokenizer('hello world and etc.')
# c("hello", "world", "and", "etc")

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