frhyme

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

commit ad7986c09871df0ac465b96b033d6647bd505bb0
parent 951597200d5e234242d76c0aa77f88262c7f0b75
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 13 Mar 2012 12:08:19 +0100

remove bad message

Diffstat:
pron.py | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/pron.py b/pron.py @@ -1,8 +1,5 @@ #!/usr/bin/python3 -O -"""Determine if a French word starts by an aspirated 'h' or not, by a -lookup in a precompiled trie""" - import os import json import sys