proustr (version 0.4.0)

pr_normalize_punc: Normalize punctuation

Description

Normalize a text written with usual french punctuation

Usage

pr_normalize_punc(df, col)

Arguments

df

a dataframe

col

the column to normalize

Value

a tibble with normalized text

Examples

Run this code
# NOT RUN {
a <- proustr::albertinedisparue[1:20,]
pr_normalize_punc(albertinedisparue, text)
# }

Run the code above in your browser using DataLab