Category Archives: PhD
Installing MySQL Server as a Docker image
For my PhD project I have elected to deploy a Mysql server to store data, but I don’t want to install it directly on my Mac. Various reasons for this but mainly as I need to be able remove it … Continue reading
Python3 setup on OSX/MacOS High Sierra
By default MacOS has Python 2.7 installed out of the box, however for my PhD project I am using a number of libraries that require Python 3.x.x. There are numerous approaches to deploy multiple versions of Python to MacOS, so … Continue reading
Natural Language Processing with Python
This is an excellent introduction into Natural Language Processing (NLP) and caters for those with Beginner and Intermediate experience. It is a compliment to the Natural Language Toolkit, a Python library that comes with sufficient resources to really get a … Continue reading