You can use the output of the parser to build a cooccurrences file. This file contains all coocurrences between lemmas and dependency contexts. It consists of 3 columns:
context lemm frequency
To get this cooccurrence information, you have to run ./scripts/contextsDep.perl taking as input the output file with the default parsers and flag -a.
Pablo Gamallo
2009-01-19