pr_normalize_punc: Normalize punctuation

View source: R/pr_norm.R

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

proustr documentation built on Sept. 3, 2026, 5:09 p.m.