haspirater

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

commit f677bf008e5d1f4275f3ed8ab7d22b1d8ee63ecf
parent 75ef86a3742c1872b763e6548c679e5429e67f9f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 11 Jun 2011 21:07:08 -0400

remove old todo

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

diff --git a/trie2dot.py b/trie2dot.py @@ -51,7 +51,6 @@ def to_dot(trie, prefix=''): return my_id -# TODO aspect causes graphviz crash? print("digraph G {\naspect=\"1\"\n") to_dot(trie, 'h') print("}")