Skip to content

Instantly share code, notes, and snippets.

@csrgxtu
Last active May 22, 2018 15:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save csrgxtu/0e55c11e9fb33c0e1e41 to your computer and use it in GitHub Desktop.
Save csrgxtu/0e55c11e9fb33c0e1e41 to your computer and use it in GitHub Desktop.
A Gist For get myself understand the MEMM -- Maximum Entropy Markov Model
An introduction from wiki: http://en.wikipedia.org/wiki/Maximum-entropy_Markov_model
An Chinese blog summerize the three: MaxEnt, HMM, MEMM, and CRF: http://www.cnblogs.com/549294286/archive/2013/06/06/3121761.html
An very intuative instroduction to NLP segmentation: http://www.isnowfy.com/introduction-to-chinese-segmentation/
Steve's Explanation to MEMM: http://www.cs.toronto.edu/~sengels/tutorials/MEMM.html
MIT 6.863J/9.611J Natural Language Processing: Fall 2012: http://web.mit.edu/6.863/www/fall2012/
MIT 6.881 2004秋季课程:自然语言处理(Natural Language Processing, Fall 2004): http://www.myoops.org/cocw/mit/Electrical-Engineering-and-Computer-Science/6-881Fall-2004/CourseHome/index.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment