Search code examples
parsingnlpstanford-nlpopennlp

opennlp vs stanford nlptools vs berkeley


Hi the aim is to parse a sizeable corpus like wikipedia to generate the most probable parse tree,and named entity recognition. Which is the best library to achieve this in terms of performance and accuracy? Has anyone used more than one of the above libraries?


Solution

  • I'm currently using Enju HPSG parser which seems to be better than the others.