haspirater

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

commit 458bdae31ee7ef58cf370d99505d3f0db6ab9d1e
parent ec694e610e6f25c94a934dcaf183b21721741b20
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 30 May 2011 15:28:47 -0400

slight change

Diffstat:
make.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.sh b/make.sh @@ -6,7 +6,7 @@ ./prepare.sh | # reformat the text ./detect.pl | # identify and label occurrences cat - $* | # add in exceptions - sed 's/ h/ /g' | # we don't keep the useless leading 'h' in the trie + sed 's/ h/ /' | # we don't keep the useless leading 'h' in the trie ./buildtrie.py | # prepare the trie ./compresstrie.py | # compress the trie ./majoritytrie.py # keep only the most frequent information