frhyme

guess the last phonemes of a French word
git clone https://a3nm.net/git/frhyme/
Log | Files | Refs | README

commit 4ff0e8ef81c90a19b0e97dac47673d30595a6b18
parent 55f28ef7aa31f43b3b550f3518759280a16a0fe4
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 10 Sep 2012 01:06:01 +0200

add suggested value for NPHON

Diffstat:
README | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README b/README @@ -54,9 +54,10 @@ as follows: lexique/lexique_retrieve.sh > lexique.txt ./make.sh NPHON lexique.txt additions > frhyme.json -where NPHON is the number of trailing phonemes to keep. Beware, this may take up -several hundred megabytes of RAM. The resulting file should be accurate on the -French words of Lexique, and will return pronunciations in a variant of X-SAMPA -which ensures that each phoneme is mapped to exactly one ASCII character: the -substitutions are "A~" => "#", "O~" => "$", "E~" => ")", "9~" => "(". +where NPHON is the number of trailing phonemes to keep (suggested value: 4). +Beware, this may take up several hundred megabytes of RAM. The resulting file +should be accurate on the French words of Lexique, and will return +pronunciations in a variant of X-SAMPA which ensures that each phoneme is mapped +to exactly one ASCII character: the substitutions are "A~" => "#", "O~" => "$", +"E~" => ")", "9~" => "(".