Skip to content

Replace rake-nltk with a customized algorithm #14

Description

@Demfier

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions