A statistical language model is a probability distribution over sequences of words. (source) We can build a language model using n-grams and query it to determine the probability of an arbitrary sentence (a sequence of words) belonging to that language. Language modeling has uses in various NLP applications such as statistical machine translation and speech […]
Creating an N-gram Language Model
- Post author By jzemerick
- Post date
- Categories In natural-language-processing
- No Comments on Creating an N-gram Language Model