Allegra-Cohen / grid

GNU General Public License v3.0
1 stars 3 forks source link

Installation package #51

Open Allegra-Cohen opened 1 year ago

Allegra-Cohen commented 1 year ago

Corpus currently maintains the filepath to the trained word2vec model that Keith supplied (L.27, model_filename) and it's a filepath specific to my machine. This should be the filename of whatever generic model people will be downloading, probably stored in ../process_files.

kwalcock commented 1 year ago

Also in a beliefs branch are changes to how the imports are done which are related to this.

sys.path.append("./backend")

is no longer necessary, for instance. They will be ported to main.