Awesome
<section align="center">skillner
A smart rule based NLP module to extract skills from text
Live demo | Documentation | Website
</section>Quick start
Run the following command to get the latest version skillner
pip install skillner -U
Download the english skills knowledge base
skillner-download ESCO_EN
Development
- Start by forking the repository
- Clone the repository and
cd
to it
git clone https://github.com/{YOUR_GITHUB_USERNAME}/SkillNER.git
cd SkillNER
- Install the package in development mode
pip install -e .[dev]
Et voilĂ you're ready to hit the ground running!
To build the documentation, run the followings
cd doc
make html