↓ 8 callersMethodpredictreturn a list of lists, [[(w1, tag1), (w2, tag2), (w3, tag3)], [...], [...]]
BaselineModel.py:197
↓ 1 callersFunctioneval_tagPredBaseline calculate performance score Input: y_true: true tags, [[(u'w1', tag1), (u'w2', tag2), (u'w3', tag3)], [...], [...]] y
BaselineModel.py:61