InterviewSolution
Saved Bookmarks
| 1. |
Explain N-gram |
|
Answer» N-gram, known as the PROBABILISTIC language MODEL, is defined as a connected SEQUENCE of n items in a GIVEN text or speech. It is BASICALLY composed of adjacent words or letters of length n that were present in the source text. In simple words, it is a way to predict the next item in a sequence, as in (n-1). |
|