You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, keyword based context mining has been implemented using word mover's distance - refer to this script
Refer this output document file to better understand the function of the script mentioned above
Spacy is another NLP library available in python for NLP based tasks
Taking heavy references from the above script for methodology, and for the same data as used in the above script, perform the following tasks:
Perform keyword based context mining using spacy's word vectors (in a new file)
Decide a threshold score after running a few experiments, and justify your threshold in the PR readme
Compare the results of keyword based context mining obtained using the wmd approach and spacy's word vectors and document the same, quantifiable analytics are encouraged, and accordingly update the readme. Conclude on which approach is better and why
The text was updated successfully, but these errors were encountered:
Chintan2108
changed the title
Implement Keyword based context mining using spacy's word vectors
Implement keyword based context mining using Spacy's word vectors
Oct 13, 2020
Perform keyword based context mining using spacy's word vectors (in a new file)
Decide a threshold score after running a few experiments, and justify your threshold in the PR readme
Compare the results of keyword based context mining obtained using the wmd approach and spacy's word vectors and document the same, quantifiable analytics are encouraged, and accordingly update the readme. Conclude on which approach is better and why
The text was updated successfully, but these errors were encountered: