haspirater

detect aspirated 'h' in French words
git clone https://a3nm.net/git/haspirater/
Log | Files | Refs | README

commit 75ef86a3742c1872b763e6548c679e5429e67f9f
parent a49fbbf985126728f3c080f92294e5f260e706a0
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 11 Jun 2011 21:06:57 -0400

remove old todo

Diffstat:
trie2dot.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/trie2dot.py b/trie2dot.py @@ -41,7 +41,6 @@ def to_dot(trie, prefix=''): count = cget(values, "0") + cget(values, "1") fraction = cget(values, "1") / count - # TODO illustrate count print("%d [label=\"%s\",color=\"#%s\",penwidth=%d]" % (my_id, prefix, fraction2rgb(fraction), 1+int(log(count))))