/hands-on-with-pke

Primary LanguageJupyter Notebook

Hands-on with pke

This repository contains the jupyter notebooks used for the hands-on session with the pke toolkit of the keyphrasification tutorial organised at ECIR 2022.

Open notebooks with Google Colab

  • Part-1 Keyphrase extraction using pke Open In Colab
  • Part-2 Model parameterization Open In Colab
  • Part-3 Benchmarking models Open In Colab

Open notebooks locally

Getting Started

# clone the tutorial code
git clone https://github.com/keyphrasification/hands-on-with-pke.git
cd hands-on-with-pke

# set up a virtual environment for Python
virtualenv -p python3 venv
source venv/bin/activate

# install the required modules
pip install -r requirements.txt