Statistical Language Modeling

文章出自http://homepages.inf.ed.ac.uk/lzhang10/slm.html

The goal of Statistical Language Modeling is to build a statistical language model that can estimate the distribution of natural language as accurate as possible. A statistical language model (SLM) is a probability distribution P(s) over strings S that attempts to reflect how frequently a string S occurs as a sentence.

By expressing various language phenomena in terms of simple parameters in a statistical model, SLMs provide an easy way to deal with complex natural language in computer.

The original (and is still the most important) application of SLMs is speech recognition, but SLMs also play a vital role in various other natural language applications as diverse as machine translation, part-of-speech tagging, intelligent input method and Text To Speech system.

Common SLM techniques:

N-gram model and variants

Structural Language Model

Maximum Entropy Language Model

Whole Sentence Exponetial Model

SLM Software

Here is an (incomplete) list of common used SLM software available freely to SLM community:

SLM References

Some recommended papers on SLM technique, only papers that have on-line electrical version are listed. (TODO: sort papers based on their categories)

 

原文地址:https://www.cnblogs.com/wintor12/p/3395913.html