Learn R Programming

fastTextR (version 1.0)

normalize: Normalize

Description

Applies normalization to a given text.

Usage

normalize(txt)

Arguments

txt

a character vector to be normalized.

Value

a character vector.

Examples

Run this code
# NOT RUN {
normalize(some_text)
# }

Run the code above in your browser using DataLab