This repository hosts code for the papers:
- A literature review of keyword and keyphrase extraction - - Download
- A comparative assessment of state-of-the-art methods for multilingual unsupervised keyphrase extraction - Download
Available in this link
This repository contains code for the evaluated approaches. The code for these approaches belongs to their respective authors. Some code files were modified to enable the evaluation. These modifications include:
- Removing hardcoded paths.
- Setting
cpu-only
mode for approaches that require a lot ofGPU VRAM
. - Updating code to run from
Python 2
toPython 3
. - Amend errors related to old packages or functions with wrong parameters.
- Disabling stemming performed early by certain approaches in their keyphrase extraction step, as to use a common stemmer later in the evaluation process.
Configure KeyExt\config.py
and run KeyExt.py
.
Python 3
(min. version 3.7),pip3
(&py
launcher Windows-only).- Follow the install instructions in each subdirectory.
- Nikolaos Giarelis ([email protected])
- Nikos Karacapilidis ([email protected])