MCPcopy
hub / github.com/kk7nc/Text_Classification / sent2labels

Function sent2labels

code/CRF.py:54–55  ·  view source on GitHub ↗
(sent)

Source from the content-addressed store, hash-verified

52 return [word2features(sent, i) for i in range(len(sent))]
53
54def sent2labels(sent):
55 return [label for token, postag, label in sent]
56
57def sent2tokens(sent):
58 return [token for token, postag, label in sent]

Callers 1

CRF.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected