ft_normalize {fastTextR}R Documentation

Normalize

Description

Applies normalization to a given text.

Usage

ft_normalize(txt)

Arguments

txt

a character vector to be normalized.

Value

a character vector.

Examples

## Not run: 
ft_normalize(some_text)

## End(Not run)

[Package fastTextR version 2.1.0 Index]