Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.13 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.13 KB

Build Status CodeFactor

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! 😃

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.