Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bartekpog/textrank-tfidf-extractor
- Owner: BartekPog
- Created: 2020-04-21T21:19:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T18:16:16.000Z (over 4 years ago)
- Last Synced: 2024-10-28T14:39:02.295Z (2 months ago)
- Language: C
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).