I am trying to find collocations (PDF) in Java.
I know NLTK has a collocations module, but do not want to use Jython.
I looked at OpenNLP and GATE, but they did not seem to have a collocation finder.
Does anybody know a free open source collocation finder implemented
in Java?
For me the best ready to use algorithm for collcation is xTract in DragonToolkit it uses basic statistics collocation features like lingpipe and more sophisticated such as POS tagging