"Fusional Real-time Automatic Keyword Extraction"
Project description
FRAKE: Fusional Real-time Automatic Keyword Extraction
This package is a Fusional Real-time method keyword extraction on text extracted from single documents to select the most important keywords of a text. Our method consists of a combination of two models: graph centrality features and textural features. The proposed method has been used to extract the best keyword among the candidate keywords with an optimal combination of graph centralities, such as degree, betweenness, eigenvector, and closeness centrality, and textural, such as Casing, Term position, Term frequency normalization, Term different sentence, Part Of Speech tagging. There have also been attempts to distinguish keywords from candidate phrases and consider them on separate keywords. In addition to the python package here described, we also make available a web app
Installation
you can install this package using pip
$ pip install FRAKE-extractor
How to use
you can use very simply 😀
import FRAKE
text = "Google is acquiring data science community Kaggle. Sources ..."
kw = FRAKE.KeywordExtractor(lang='en',hu_hiper=0.4,Number_of_keywords=10)
print(kw.extract_keywords(text))
>>> {'kaggle': 29.4,
'google': 22.04,
'data science machine competitions': 13.11,
'Google acquiring data science Kaggle': 10.86,
'data community': 8.33,
'data': 5.72,
'service running': 5.62,
'platform': 3.86,
'service': 3.79,
'sources': 2.9}
or you can run example.ipynb file
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
File details
Details for the file FRAKE-extractor-1.0.1.tar.gz
.
File metadata
- Download URL: FRAKE-extractor-1.0.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/1.5.0 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01f459e72acc585c10cb996e8a4ea06eee249ff37de5a5fcb52ec672d659d5f0 |
|
MD5 | 5f6a3133ad71d12c50c31f5f00ec102d |
|
BLAKE2b-256 | 8fe0164f0c3af09f89904a0ac5e9325ee46bcb3f276dcf06be3279d2048d810f |
File details
Details for the file FRAKE_extractor-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: FRAKE_extractor-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/1.5.0 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abbcf7e51fa065d23b7fe21df661e161a1ed82363481d6203be4797398c4a940 |
|
MD5 | 9a4af3e271bfde019918c03c8b3f9c36 |
|
BLAKE2b-256 | 01ec2526f20057d6a1ddfa835c0718c1c6ddd7e87c961c03799471951a55569e |