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?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

I use in my experiments the standford tagger but it really depends on the quality of your articles from wikipedia. Here you will find a comparison of different part-of-speech taggin implmentations - PoS on aclweb.

link|improve this answer
The link needs the final ")" - well-known Markdown gotcha: POS tagging state of the art – Christopher Manning Oct 5 '10 at 18:27
Thank you! The link is fixed. – Skarab Oct 5 '10 at 21:35
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.