Summarize a text using a simple ranking algorithm.
Application returns a summary of a text. It’s currently implemented with a simple ranking algorithm based on word occurrences.
See example for example dump.
Documentation can be found in docs/ with entry point index.html at the root level.
Since the core functionality is implemented, further improvements can be made on top. This includes (listed after most likely to be done first)…