Keyphrase extraction for PCU project
Project description
pcu_keyphrase (Keyphrase extraction for PCU project)
Keyphrase extraction component (kleis) for PCU project. From a text, extract its keyphrases.
Based on the keyphrase extraction algorithm kleis.
Installation
To install requirements, go to pcu_keyphrase/ directory and execute the Makefile with the following command line :
make init
Usage in another project
If you wish to import this module in another Python project, please install it :
pip install pcu-keyphrase
Then, add this import line at the beginning of your Python file :
from pcu_keyphrase import pcu_keyphrase
You can now use pcu_keyphrase's functions, for example :
pcu_keyphrase.extractKeyphrases(text)
Test
To test your installation, go to pcu_keyphrase/ directory and execute the Makefile with the following command line :
make test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pcu_keyphrase-2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1e84f963d81ad248d7fda16e545a18d7e674aba6813b7095b285afd0008c6b0 |
|
MD5 | 3429276a07ff184f950678ded08a4d26 |
|
BLAKE2b-256 | 33eff5d4d5dbf7b8a32ed1c9838b2870ea683ae8bd776a49806773d35e4e2b04 |