BarbaraMcG / survey-mining

A Natural Language Processing pipeline for processing survey data by extracting keywords, semantically clustering them, and visualizing the results.
GNU General Public License v3.0
2 stars 2 forks source link

module semantic_similarity_functions not part of the repo #2

Open juliopterix opened 7 years ago

juliopterix commented 7 years ago

when trying to run _pipeline27112016, I get an ImportError. Apparently, the module semantic_similarity_functions is missing. I can't find it in any package either.

Here's the traceback when I call the pipeline in my shell:

C:\...\survey-mining-master>python pipeline_27112016.py Traceback (most recent call last): File "pipeline_27112016.py", line 29, in import semantic_similarity_functions # our module ImportError: No module named semantic_similarity_functions

I'd be happy to get some assistance. Thanks in advance! Julius

BarbaraMcG commented 7 years ago

Hi Julius,

thanks for spotting this. We've added the module to the repo now.

Best, Barbara

juliopterix commented 7 years ago

Hi Barbara, thanks a lot!

Best, Julius