Normalized-Google-Distance icon indicating copy to clipboard operation
Normalized-Google-Distance copied to clipboard

A python script to calculate normalized google distance (NGD). This is a semantic similarity metric based on Google search results

Results 4 Normalized-Google-Distance issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

I saw there is a closed issue about this, however, I believe the problem happens again. when I search for: `calculate_NGD('apple', 'juice')` the result is: ``` Trying again... 'NoneType' object...

Sometimes when Googling something, the div containing the number of results is replaced with a carousel and this stops the number_of_results function from being able to fetch the value. For...