AndriyMulyar / semantic-text-similarity

an easy-to-use interface to fine-tuned BERT models for computing semantic similarity in clinical and web text. that's it.
MIT License
215 stars 51 forks source link

Where to find similarity.normalized_levenshtein #14

Open eclipse-du opened 4 years ago

eclipse-du commented 4 years ago

i can not install similarity with pip3, and i don't find any code related to string_similarity_features function, does this function really matter? 3q

Sheldon1999 commented 4 years ago

I have successfully installed it using pip3 by simple command: pip3 install semantic-text-similarity Yet it took a lot of time because of a lot of dependencies. and Yes, it matters. The author has clearly used this in examples to import models. (example1, example2)