commit a47b46bc87755a69669c792c48d562f3c2273ff6
parent a13519d4046c7121b080975fd496bb448e5e3f4d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 13 Mar 2012 14:12:07 +0100
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -35,7 +35,7 @@ script is 40 lines of Python.
If you just want to use the included training data, you can either run
haspirater.py, giving one word per line in stdin and getting the
-annotation on stout, or you can import it in a Python file and call
+annotation on stdout, or you can import it in a Python file and call
haspirater.lookup(word) which returns True if the leading 'h' is
aspirated, False if it isn't, and raises ValueError if there is no
leading 'h'.