valexande / Semantic-Similarity-Algorithm

The semantic similarity algorithm tries to find semantically related entities from ConceptNet, DBpedia, and WordNet
6 stars 0 forks source link

configurations to run #1

Open nuraliyevaassel opened 3 years ago

nuraliyevaassel commented 3 years ago

Hello, Could you share configurations to run your project? And also, would you mind to share Dataset Preparation folder and Results.csv file, or tell where can I find it on web?

Im talking about this (In DataPreparation.py): path = 'C:/Users/Alex Vasiliadis/Desktop/Semantic Similarity Python/Dataset Preparation/.txt' files = glob.glob(path)path = 'C:/Users/Alex Vasiliadis/Desktop/Semantic Similarity Python/Dataset Preparation/.txt' csvFile = open('C:/Users/Alex Vasiliadis/Desktop/Semantic Similarity Python/Dataset Preparation/Results.csv', 'a', newline='')

valexande commented 3 years ago

Hello, I really do not remember what version of the similarity algorithm this is, as we have redeveloped some parts. Therefore, I will re upload a newer (cleaner version) but still you will have to change some paths that will correspond to your files (in your local computer/server).

But I cannot promise that I will do it quickly (maybe this week), as I try not to miss some deadlines.

Also, the dataset that I mention here was a failed attempt to evaluate the algorithm through a pipeline, eventually we have evaluated through crowd source: https://library.oapen.org/bitstream/handle/20.500.12657/42909/2020_Book_SemanticSystemsInTheEraOfKnowl.pdf?sequence=1#page=50

If I remember correctly, and you are interested in the dataset, I think it was simLex.

I will send here that I have reuploaded the algorithm.

valexande commented 3 years ago

Ok I have reuploaded the algorithm, try to run it locally after you have changed the paths in the scripts.

If anything occurs tell me :)