Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 930 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 930 Bytes

UWSD Completion Status

This is the repo for Unsupervised Word Sense Disambiguation experiments.

TERMS:

Please see the file LICENSE for terms of use.

DIRECTORY STRUCTURE:

  • bin - directory for binaries, please put this in your PATH
  • run - directory for running experiments
  • run/Makefile - explains everything
  • src/dist - code to find knn for substitute vectors
  • src/fastsubs - code to find most likely substitutes
  • src/scode - code to find a low dimensional co-occurence embedding
  • src/scripts - various utility scripts
  • src/wkmeans - instance weighted kmeans clustering algorithm

Some of the src subdirectories need to be cloned from github.

INSTALLATION:

will be updated soon.

Running:

will be updated soon.