Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 670 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 670 Bytes

Build Status Coverage Status GoDoc

MITS

aka Mutual Information Term Segmentation

Formula

MI(x[i], x[i+1]) = p(x[i], x[i+1]) * log(p(x[i], x[i+1]) / (p(x[i]) * p(x[i+1])))

p(x[i]): the probability of x[i] show up in all sentences p(x[i], x[i+1]) : the probability of x[i] and x[i+1] continue show up in all sentences

Author