Learn practical skills, build real-world projects, and advance your career

Parts-of-Speech Tagging - Working with tags and Numpy

In this lecture notebook you will create a matrix using some tag information and then modify it using different approaches.
This will serve as hands-on experience working with Numpy and as an introduction to some elements used for POS tagging.

import numpy as np
import pandas as pd

Some information on tags

For this notebook you will be using a toy example including only three tags (or states). In a real world application there are many more tags which can be found here.