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.
Detailed documentation incoming very shorty! 😃
[1] R Mihalcea, P Tarau; Proceedings of the 2004 conference on empirical methods in natural language processing; 2004; [URL]
TextSummarizer is Open Source software released under the MIT License.