Home

Awesome

<section align="center">

skillner

A smart rule based NLP module to extract skills from text

Live demo | Documentation | Website

</section>

build Downloads License: MIT PyPI version

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

  1. Start by forking the repository
  2. Clone the repository and cd to it
git clone https://github.com/{YOUR_GITHUB_USERNAME}/SkillNER.git
cd SkillNER
  1. 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