TextSummarizer
TextSummarizer copied to clipboard
TextRank implementation for C#
TextSummarizer
This is the C# implementation of Automatic TextSummarization and keyword extraction based on TextRank algorithm [1]. The original paper can be found here. This project came out as an intiative to improve the open-source library for C# and is inspired by one of the popular TextRank implementations for Python.
Documentation
Detailed documentation incoming very shorty! :smiley:
References
[1] R Mihalcea, P Tarau; Proceedings of the 2004 conference on empirical methods in natural language processing; 2004; [URL]
License
TextSummarizer is Open Source software released under the MIT License.