Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bartekpog/textrank-tfidf-extractor

C implementation of TextRank and TF-IDF keyword extractors
https://github.com/bartekpog/textrank-tfidf-extractor

Last synced: 17 days ago
JSON representation

C implementation of TextRank and TF-IDF keyword extractors

Awesome Lists containing this project

README

        

# TextRank-tfidf-extractor

Custom C implementation of `TF-IDF`, `TextRank` and `TextRank*IDF` algorithms.

### Project structure

All the C files are stored in `src` directory. The data preparation script is in `data_cleaning`, and the sample input and output data lays in `data`. The full documentation in polish is available [Here](/DOCS-polish.pdf).