Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement keyword based context mining using Spacy's context sensitive tensors #7

Open
3 tasks
Chintan2108 opened this issue Oct 13, 2020 · 0 comments
Open
3 tasks
Labels
enhancement New feature or request good first issue Good for newcomers SLoP-75 SLoP Level 3 Issue

Comments

@Chintan2108
Copy link
Owner

  • 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 context sensitive tensors (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 context sensitive tensors and document the same, quantifiable analytics are encouraged, and accordingly update the readme. Conclude on which approach is better and why

@Chintan2108 Chintan2108 added enhancement New feature or request good first issue Good for newcomers SLoP-75 SLoP Level 3 Issue labels Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers SLoP-75 SLoP Level 3 Issue
Projects
None yet
Development

No branches or pull requests

1 participant