What does the Brown clustering algorithm output mean?

前端 未结 5 833
暗喜
暗喜 2020-12-25 15:05

I\'ve ran the brown-clustering algorithm from https://github.com/percyliang/brown-cluster and also a python implementation https://github.com/mheilman/tan-clustering. And th

5条回答
  •  盖世英雄少女心
    2020-12-25 15:42

    Change your running : ./wcluster --text input.txt --c 3

    --c number

    this number means the number of cluster, and the default is 50. You can't distinguish the different cluster of words because the default input has only three sentences. Change 50 clusters to 3 clusters and you can tell the difference.

    I enter three tweets into the input and give 3 as the cluster parameter

提交回复
热议问题