Learn R Programming

RBERT (version 0.1.11)

strip_accents: Strip accents from a piece of text.

Description

(R implementation of BasicTokenizer._run_strip_accents from BERT: tokenization.py.)

Usage

strip_accents(text)

Arguments

text

A character scalar, encoded as utf-8.

Value

text with accents removed.