Skip to content

Source code for AAAI 2016 paper

Latest
Compare
Choose a tag to compare
@sean-chester sean-chester released this 14 Nov 18:42
· 7 commits to master since this release

This is the first release of the generalised-brown software. It consists of two modules for constructing clusters of word types:

  • The merge_generator module is an extension of Brown clustering (based on the C++11 implementation of wcluster) that tracks state in the form of a merge log
  • The cluster_generator is a python script that reconstructs the state of the Brown clustering algorithm from the merge log in order to vary the granularity of the output clusters.