lang2vec
lang2vec copied to clipboard
'distance' method doesn't work with pip installation
When I install the lib with pip (in a conda environment), it throws an error AttributeError: module 'lang2vec.lang2vec' has no attribute 'distance'
. When installed with setup tools, it works fine.