BALaka-18 / rake_new2

A Python library that enables smooth keyword extraction from any text using the RAKE(Rapid Automatic Keyword Extraction) algorithm.
MIT License
29 stars 20 forks source link

Add codecov GitHub action #26

Closed jawsvk closed 3 years ago

jawsvk commented 3 years ago

Description of the change

Related Issues & Documents (if needed)

Issue #13

What type of PR is this? (check all applicable)

QA Instructions(if necessary), Screenshots of Output or Recordings

Should see GitHub Actions running against Pull Requests

Added tests?

Added to documentation / readme or updated requirements.txt(if needed)?

jawsvk commented 3 years ago

Finally it runs properly :)

BALaka-18 commented 3 years ago

@jawsvk Great work ! I think there was some error with the corpus download part and the dependencies, right ? I couldn't figure out the solution for the nltk.download() part myself. One last thing, just squash all commits to one single commit. I'll merge it then.

jawsvk commented 3 years ago

@jawsvk Great work ! I think there was some error with the corpus download part and the dependencies, right ? I couldn't figure that out the solution for the nltk.download() part myself. One last thing, just squash all commits to one single commit. I'll merge it then.

Done!