ft_normalize: Normalize

View source: R/fasttext.R

ft_normalizeR 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)

fastTextR documentation built on June 22, 2024, 7:16 p.m.