An open API service indexing awesome lists of open source software.

https://github.com/jannikmaierhoefer/unsupervised-keyword-extraction-methods

A Quantitative Analysis of Unsupervised Keyword Extraction Methods This code is part of a Bachelor thesis at Humboldt University Berlin.
https://github.com/jannikmaierhoefer/unsupervised-keyword-extraction-methods

keybert keyword-extraction rake singlerank textrank yake

Last synced: 6 months ago
JSON representation

A Quantitative Analysis of Unsupervised Keyword Extraction Methods This code is part of a Bachelor thesis at Humboldt University Berlin.

Awesome Lists containing this project

README

          

# A Quantitative Analysis of Unsupervised Keyword Extraction Methods
### This code is part of a Bachelor thesis at Humboldt University Berlin.

This code will compare commonly used unsupervised keyphrase extraction methods, which are structured in three areas:
Statistical methods (TF-IDF, YAKE, RAKE), mathods that are based on graphs (SingleRank, TextRank), and deep learning methods (KeyBERT).
The latter uses language-specific pre-trained models, in this case for German, whereas the statistical and graph-based methods need no training and are language unspecific.