In this post, I have promised to start a series of posts on the topic of POS tagging based on my master’s thesis. Therefore, this is the first post of this series. You may wonder why it took me so long to post since it’s a matter of copy-pasting from Latex xD. Well, it is not that easy...
My paper “Part-of-Speech Tagging for Northern Kurdish” has been accepted for MWE-UD 2024
I am thrilled to share with you that my paper, “Part-of-Speech Tagging for Northern Kurdish” has been accepted for the Joint Workshop on Multiword Expressions and Universal Dependencies (MWE-UD 2024). This workshop will be held on 25 May 2024 in Torino, Italy and it is colocated with...
How to specify the CUDA device for your Python Torch-based code
On a multi-GPU machine used by multiple people for running Python code, like university clusters (in my case, the cluster offered by my university, University of Twente ), it’s important to specify which GPU to use when you want to run your code. By default, torch-based Machine Learning and...
How to build Dlib on Linux Ubuntu 18.04 using cmake with AVX support and install its Python API
Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance...