Resemblance icon indicating copy to clipboard operation
Resemblance copied to clipboard

Doesn't seem to work

Open sungkhum opened this issue 4 years ago • 1 comments

A few things - would be good to add instructions on how to install Django python3 -m pip install Django Also, I needed to run this in in python:

>>> import nltk
>>> nltk.download('punkt')

But after doing so, it appears the code isn't really working. I am comparing two different translations of the same source, but the percentage is always over 100% which doesn't seem to be right... Also, the UI percentage symbol doesn't seem to be working either.

sungkhum avatar Jun 05 '20 17:06 sungkhum

Confirm this issue happens for me as well. In addition, the web UI does not appear to issue the correct calls. I ended up having to extract the similarity function from the code and run that against local files. The result was something like 800% similarity, which makes little sense. I also got a similarity match for an empty document as well, so this definitely needs some tuning.

0x43eba avatar Aug 02 '21 19:08 0x43eba