GeneDx / phenopy

Phenotype comparison tools using semantic similarity.
Other
59 stars 10 forks source link

basic w2v scoring functionality #54

Closed arvkevi closed 4 years ago

arvkevi commented 4 years ago

I made the decision to put the w2v model in the config.data_directory or $HOME/.phenopy/data/phenopy.w2v.model, so we don't have to commit it here. But, @vgainullin we could make it easier for the user by pushing the model to GH.

vgainullin commented 4 years ago

@arvkevi, word_vectors.txt.gz to phenopy/data, it will be installed and saved under ~$HOME/.phenopy/data/phenopy.w2v.model, after initial run. All checks passed.