Cartman Haiku Generator (POS tagging with spacy and syllapy)
A haiku is a short poem originating from Japan. It follows very specific rules to qualify as a haiku. First, it consists of three phrases. The first line has 5…
A haiku is a short poem originating from Japan. It follows very specific rules to qualify as a haiku. First, it consists of three phrases. The first line has 5…
This tutorial shows how to analyse Twitter data with the aim of aquiring sentiment on various topics. This document will discuss sentiment analysis using ‘textblob’, entity recognition with Spacy and…
This page contains the analysis performed on the crime data between 1996 to 2021 for the municipality of Groningen in the Netherlands. The data was aquired from an open dataset…
The Ministry wants to know in advance which pumps are most likely to be non-functional, so that they can triage their repair efforts. They ask help to come up with…
This tutorial shows code snipets that enable you to get all the dates from a text file. The dates can be in various formats without being skipped. As can be…