Month: January 2019

Predicting Location of Bible Passages/Verses Using Machine Learning with Python

Predicting Bible Verse and their location using ML with Python In this tutorial we will be learning how to predict the location of a particular bible verse or passage whether they are in the old testament or new testament using Machine Learning. This is a supervised machine learning approach in which we have a set …

Predicting Location of Bible Passages/Verses Using Machine Learning with Python Read More »

Building A Text Summarizer Web App with Flask ,SpaCy,NLTK,Gensim & Sumy [Summaryzer App]

Do you love reading but you seem not to have all the time to read lengthy documents and articles? Then this application we will be building will help you set up a simple solution for your challenge. We will call this app Summaryzer Web App. In this tutorial we will be building a Text/Document Summarizer …

Building A Text Summarizer Web App with Flask ,SpaCy,NLTK,Gensim & Sumy [Summaryzer App] Read More »

How To Summarize Text or Document With Sumy

Text Summarization Using Sumy & Python In this tutorial we will learn about how to summarize documents or text using  a simple yet powerful package called Sumy. How to Installation pip install sumy Sumy offers several algorithms and methods for summarization such as: Luhn – heurestic method Latent Semantic Analysis Edmundson heurestic method with previous …

How To Summarize Text or Document With Sumy Read More »