SmoothNLP icon indicating copy to clipboard operation
SmoothNLP copied to clipboard

新词发现

Open xwemin opened this issue 4 years ago • 1 comments

计算pmi的时候,P('电影院')/(P('电')*P('影')*P('院')),为什么不是 P('电影院')/max(P('电影')*P('院'),P('电')*P('影院'))。后者的话可以不用最后处理首字和尾字的高频字符了

xwemin avatar Jun 30 '20 06:06 xwemin

这是一个好主意, 感觉可以试一试

victorzhrn avatar Aug 21 '20 11:08 victorzhrn