in code/source/sentence_preprocessing.py [0:0]
def tag_sequence(sentences): return [[t for w, t in sentence] for sentence in sentences]