Skip to content

R package to deal with phonics algorithms in French (phonex and soundex2)

Notifications You must be signed in to change notification settings

equipe22/phonicsFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonicsFR : Phonics Algorithms In French

This package provides algorithms to phonetically transform text. These algorithms are adapted to work on french texts.

Currently two algorithms are implemented:

  • phonex
  • soundex2

The current implementation borrows a lot from the work of Florent Carlier (http://info.univ-lemans.fr/~carlier/recherche/soundex.html)

Installation

install.packages('devtools')
devtools::install.github('equipe22/phonicsFR')

Usage

txt = 'example'
phonex(txt)
soundex2(txt)

About

R package to deal with phonics algorithms in French (phonex and soundex2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages