OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
774 stars 395 forks source link

Add 'stopwords' to nltk requirements #33

Closed elliott-king closed 4 years ago

elliott-king commented 4 years ago

I tried to run this from a clean install & got the error

Resource stopwords not found.
  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('stopwords')

I then ran the command that I added to the README, and it worked fine.

codecov[bot] commented 4 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   71.73%   71.73%           
=======================================
  Files           5        5           
  Lines         368      368           
=======================================
  Hits          264      264           
  Misses        104      104           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 74df051...676aa79. Read the comment docs.

OmkarPathak commented 4 years ago

@elliott-king thanks for contributing. Earlier it wasn't necessary to download stopwords explicitly. Recent updates may have removed it. Merging this PR