view embeddings/parameters.py @ 516:2b0e10ac6929

misc
author Olivier Breuleux <breuleuo@iro.umontreal.ca>
date Mon, 03 Nov 2008 00:10:18 -0500
parents 919125098a3b
children de974b4fc4ea
line wrap: on
line source

"""
Locations of the embedding data files.
"""
WEIGHTSFILE     = "/home/fringant2/lisa/data/word_embeddings.collobert-and-weston/lm-weights.txt"
VOCABFILE       = "/home/fringant2/lisa/data/word_embeddings.collobert-and-weston/words.asc"
#WEIGHTSFILE     = "/home/joseph/data/word_embeddings.collobert-and-weston/lm-weights.txt"
#VOCABFILE       = "/home/joseph/data/word_embeddings.collobert-and-weston/words.asc"
NUMBER_OF_WORDS = 30000
DIMENSIONS      = 50
UNKNOWN         = "UNKNOWN"