changeset 464:121cc6db4481

More debug output
author Joseph Turian <turian@iro.umontreal.ca>
date Wed, 15 Oct 2008 17:00:26 -0400
parents 8df9179b3239
children 8cde974b6486
files sandbox/embeddings/process.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sandbox/embeddings/process.py	Wed Oct 08 17:31:26 2008 -0400
+++ b/sandbox/embeddings/process.py	Wed Oct 15 17:00:26 2008 -0400
@@ -40,6 +40,7 @@
         w = __words[i]
         __word_to_embedding[w] = l
     __read = True
+    sys.stderr.write("...done reading %s\n" % WEIGHTSFILE)
 
 import re
 numberre = re.compile("[0-9]")