Can anyone explain simply how how maximum entropy models work when used in Natural Language Processing. I need to statistically parse simple words and phrases to try to figure out the likelihood of specific words and what objects they refer to or what phrases they are contained within.

link|improve this question

75% accept rate
feedback

closed as off topic by Juhana, larsmans, csgillespie, Jeremy W. Sherman, bmargulies Oct 23 '11 at 0:54

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 0 down vote accepted

I recommend the NLTK python package. You can also use MALLET or WEKA. For a theoretical background, you should ask at http://stats.stackexchange.com/ or http://metaoptimize.com/qa/ .

link|improve this answer
feedback

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