pr_normalize_punc {proustr}R Documentation

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

a <- proustr::albertinedisparue[1:20,]
pr_normalize_punc(albertinedisparue, text)

[Package proustr version 0.4.0 Index]