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