frhyme

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

commit 206f36ab963df86f5de6134226696814ce45376e
parent bede6a0a558ab4217aadb25059cac09406350662
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 13 Mar 2012 14:42:49 +0100

typo in README

Diffstat:
README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -41,7 +41,7 @@ frhyme.lookup(word, NBEST) which returns the NBEST top pronunciations. The pronunciations returned are annotated with a confidence score (the number of occurrences in the training data). They should be sensible up to the longest -prefix occuring in the training data, but may be prefixed by garbage. +prefix occurring in the training data, but may be prefixed by garbage. == 3. Training ==