Learn R Programming

fastTextR (version 2.1.0)

ft_normalize: Normalize

Description

Applies normalization to a given text.

Usage

ft_normalize(txt)

Value

a character vector.

Arguments

txt

a character vector to be normalized.

Examples

Run this code
if (FALSE) {
ft_normalize(some_text)
}

Run the code above in your browser using DataLab