Skip to content

ai-ku/semeval13-task13

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semeval2013-task13

This is the repo for Task 13 in SemEval 2013.

TERMS:

Please see the file LICENSE for terms of use.

Paper:

Baskaya, Osman and Sert, Enis and Cirik, Volkan and Yuret, Deniz. Second Joint Conference on Lexical and Computational Semantics (*SEM), Volume 2: Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval 2013). June, 2013. Atlanta, Georgia, USA. Retrieved from http://aclweb.org/anthology//S/S13/S13-2050.pdf

DIRECTORY STRUCTURE:

  • bin - directory for binaries, please put this in your PATH
  • test_data - Task 13 test data.
  • trial_data - Task 13 trial data. More information: Task13 Data page
  • 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/tree-tagger - a language independent part-of-speech tagger
  • 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.

About

Semeval 2013 | Task 13 WSI and WSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 30.7%
  • Python 25.5%
  • C++ 22.0%
  • Perl 12.0%
  • Shell 8.6%
  • C 0.8%
  • Other 0.4%