midas-research / dlkp

A deep learning library for identifying keyphrases from text
MIT License
25 stars 3 forks source link
dataset deep-learning information-extraction information-retrieval keyphrase-extraction keyphrase-generation machine-learning nlp

dlkp [WIP]

wip

A transformers based deep learning library for keyphrase identification from text documents.

dlkp is:

Quick Start

Requirements and Installation

The project is based on transformers>=4.6.0 and Python 3.6+. If you do not have Python 3.6, install it first. Here is how for Ubuntu 16.04. Then, in your favorite virtual environment, simply do:

git clone https://github.com/midas-research/dlkp.git
cd dlkp
pip install -e .

Example Usage

Keyphrase Extraction

Keyphrase Generation

Tutorials

Citing dlkp

Contact

Please email your questions or comments to Amardeep Kumar or Debanjan Mahata

Contributing

Thanks for your interest in contributing! There are many ways to get involved; start with our contributor guidelines and then check these open issues for specific tasks.

License

The MIT License (MIT)