-
Notifications
You must be signed in to change notification settings - Fork 3
RESEARCH: Using python for text summarisation
Samantha Ixer edited this page May 21, 2019
·
1 revision
Most of the search results for this search mentioned Python.
- Natural language processing for summarisation Natural Language Toolkit
- Utility for web scraping beautiful soup
Text summarisation algorithm plus an example of summarising a wikipedia article
Info on web page/text ranking algorithms
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
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