diff sandbox/embeddings/files.py @ 459:f400f62e7f9e

Fixed embedding preprocessing
author Joseph Turian <turian@iro.umontreal.ca>
date Tue, 07 Oct 2008 23:00:10 -0400
parents ed6b0b3be8d2
children
line wrap: on
line diff
--- a/sandbox/embeddings/files.py	Tue Oct 07 19:13:53 2008 -0400
+++ b/sandbox/embeddings/files.py	Tue Oct 07 23:00:10 2008 -0400
@@ -5,3 +5,4 @@
 VOCABFILE       = "/u/turian/data/word_embeddings.collobert-and-weston/words.asc"
 NUMBER_OF_WORDS = 30000
 DIMENSIONS      = 50
+UNKNOWN         = "UNKNOWN"