https://github.com/gregyjames/textrankplusplus
Textrank implementation in c++
https://github.com/gregyjames/textrankplusplus
algorithm algorithms boost cplusplus cplusplus-14 text text-processing
Last synced: 9 months ago
JSON representation
Textrank implementation in c++
- Host: GitHub
- URL: https://github.com/gregyjames/textrankplusplus
- Owner: gregyjames
- License: mit
- Created: 2020-07-22T03:05:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T03:12:12.000Z (over 5 years ago)
- Last Synced: 2025-01-08T10:20:19.641Z (11 months ago)
- Topics: algorithm, algorithms, boost, cplusplus, cplusplus-14, text, text-processing
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textrank++
Textrank implementation in C++ that is able to summerize long pieces of text. Built using libBoost and [libNumCpp](https://github.com/dpilger26/NumCpp).