Skip to content

RESEARCH: Using python for text summarisation

Samantha Ixer edited this page May 21, 2019 · 1 revision

Text Summarisation libraries

Python

Most of the search results for this search mentioned Python.

Useful articles

Text summarisation algorithm plus an example of summarising a wikipedia article

Info on web page/text ranking algorithms

Other languages

A search for "natural language processing Kotlin" found a reddit comment:

"If you can program in multiple languages, just add Python or R into your repertoire. These are the languages for NLP."

Java: This appears to be written in Java and has been extended to other languages

Stanford NLP

Notes

Question - could we use the extraction summarisation algorithm to help us? - E.g. for the top 5 results for a search, what are the most found words and therefore might be something to have in our topics?

Flask for Python

Clone this wiki locally