facebookresearch / poincare-embeddings

PyTorch implementation of the NIPS-17 paper "Poincaré Embeddings for Learning Hierarchical Representations"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lack of hypernymysuite

QingkaiZeng opened this issue · comments

Hi, I try to use this tool follow the readme file. But the latest version does not include hypernymysuite file. My system return me

"from hypernymysuite.base import HypernymySuiteModel
ModuleNotFoundError: No module named 'hypernymysuite'"

Yeah, sorry you'll need to do:

pip install git+https://github.com/facebookresearch/hypernymysuite.git

Will update the environment.yml file shortly

I took the liberty to add it in this PR.

Just an fyi-- this PR still hasn't been merged to master, so I just ran into this issue. Solved it by finding the issue here, but the PR seems like a simple fix, and anyone installing this by following the instructions as given in README will run into this as well.