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

Replace rake-nltk with a customized algorithm #14

Open
Demfier opened this issue Nov 23, 2017 · 0 comments
Open

Replace rake-nltk with a customized algorithm #14

Demfier opened this issue Nov 23, 2017 · 0 comments

Comments

@Demfier
Copy link
Collaborator

Demfier commented Nov 23, 2017

Currently we are using rake-nltk for extracting important keywords from the error response. It is not efficient because well, the library is trained on human language, not on compiler error messages!

Hence, there is a need for our own implementation of keyword extraction which could do preprocessing of the response we get from hackerearth API and extract important keyword out of it.

This may also require us to declare a Domain Specific Language (DSL) for c0derunR.

@Demfier Demfier changed the title Better keyword extractor Replacement of rake-nltk Nov 23, 2017
@Demfier Demfier changed the title Replacement of rake-nltk Replace rake-nltk with a more customized algorithm Nov 23, 2017
@Demfier Demfier changed the title Replace rake-nltk with a more customized algorithm Replace rake-nltk with a customized algorithm Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant