phonex: phonex

Description Usage Arguments

Description

Transforms text according to the french adapted phonex algorithm proposed by Frédéric BROUARD. This work is based on the python implementation provided by Christian Pennaforte

Usage

1
phonex(txt, char_to_remove = " -.+*/,:;_", convert_to_num = TRUE)

Arguments

txt

a character string

char_to_remove

characters to remove from the initial text (defaults: ' -.+*/,:;_')

convert_to_num

if TRUE, converts the processed text to a base22 number (as in the original algorithm). if FALSE, keeps the last output before this conversion (defaults: TRUE)


equipe22/phonicsFR documentation built on May 25, 2019, 5:21 p.m.