to run: java conceptualdensity.Main <arg>

arg can take either the letter i (interactive mode) or an integer (which specifies the context lengths to consider). When arg is an integer (say 2) i.e. non-interactive mode,conceptual density algorithm runs on the entire semcor corpus. The corpus files should be in the same directory as the directory conceptualdensity.

Semcor can be downloaded from here: http://lit.csci.unt.edu/~rada/downloads/semcor/semcor3.0.tar.gz
Also, wordnet should be installed and its location should be stored in the environment variable WNHOME

