Anthony Miyoro

My personal blog website

Blog About

BUILDING LARGE DISTANCE MATRICES BASED ON PART OF SPEECH (POS) TAGGING WITH PANDAS

Supposing you were given the task of tokenising a dataset consisting of sentences like so:

Read More

EFFICIENTLY WORKING WITH LEVENSHTEIN DISTANCE PROBLEMS USING PANDAS

Using Pandas, I had a task of filling a distance matrix that checks for a combination of a column and row title in another dataset with 1 if the combination exists and 0 if it didnt.

Read More

ADDING A FUNNY GREETING TO FISH ON OSX

First we need to install Homebrew. This is an OSX package manager that provides most of the functionality of a linux terminal to OSX. This can be done by giving the command below to your terminal

Read More

CHANGING THE THEME OF YOUR PYCHARM IDE

Are you tired of the default colour of your Jetbrains IDE? (I know I am!)

Read More