josh-ashkinaze / Normalized-Google-Distance

A python script to calculate normalized google distance (NGD). This is a semantic similarity metric based on Google search results
15 stars 6 forks source link

Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? #1

Closed greysou1 closed 4 years ago

greysou1 commented 4 years ago

I'm getting this output no matter how many times I try: Screenshot 2020-03-29 at 1 35 41 PM

LinqLover commented 4 years ago

Installing lxml solves that problem.

However, the next error is coming soon:

'NoneType' object has no attribute 'text'
Trying again...
'NoneType' object has no attribute 'text'
Trying again...
greysou1 commented 4 years ago

Closing this issue and referencing the new issue