comparison sandbox/embeddings/files.py @ 458:ed6b0b3be8d2

Polished embeddings module
author Joseph Turian <turian@iro.umontreal.ca>
date Tue, 07 Oct 2008 19:13:53 -0400
parents
children f400f62e7f9e
comparison
equal deleted inserted replaced
457:34acf8db186d 458:ed6b0b3be8d2
1 """
2 Locations of the embedding data files.
3 """
4 WEIGHTSFILE = "/u/turian/data/word_embeddings.collobert-and-weston/lm-weights.txt"
5 VOCABFILE = "/u/turian/data/word_embeddings.collobert-and-weston/words.asc"
6 NUMBER_OF_WORDS = 30000
7 DIMENSIONS = 50