Skip to content

Commit

Permalink
setups for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Badr-MOUFAD committed Nov 7, 2021
1 parent 450fdb9 commit 4a30198
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ which is one of the main plugins of SkillNer. Thanks its modular nature, you can
customize SkillNer behavior just by adjusting | plugin | unplugin modules. Don't worry about these details, we will discuss them in details in the an **upcomming Tutorial section**.

```bash
python -m spacy download en_core_web_sm
python -m spacy download en_core_web_lg
```

**Note:** The later installation will take few seconds before it get done since ``spacy en_core_web_lg `` is a bit too large (800 MB). Yet, you need to wait only one time.


## Example of usage

Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

setuptools.setup(
name="skillNer",
version="1.0.2",
version="1.0.3",
author="Anas Ait AOMAR & Badr MOUFAD",
author_email="[email protected]",
description="An NLP module to automatically Extract skills and certifications from unstructured job postings, texts, and applicant's resumes",
url="https://github.com/AnasAito/SkillNER",
keywords=['python', 'NLP', "NER", "skills-extraction", "job-description"],
download_url='https://github.com/AnasAito/SkillNER/archive/refs/tags/v1.0.2.tar.gz',
keywords=["skillNer", 'python', 'NLP', "NER",
"skills-extraction", "job-description"],
download_url='https://github.com/AnasAito/SkillNER/archive/refs/tags/v1.0.3.tar.gz',
packages=setuptools.find_packages(),
install_requires=dependencies,
classifiers=[
Expand Down

0 comments on commit 4a30198

Please sign in to comment.