Re: [R] Tutorial/vignette on modified Kneser Ney smoothing

2020-11-18 Thread Jim Lemon
Hi Gayathri, Maybe the cmscu package? https://github.com/jasonkdavis/r-cmscu Jim On Thu, Nov 19, 2020 at 6:30 AM Gayathri Nagarajan < gayathri.nagara...@gmail.com> wrote: > Hi Team > > Iam a new learner trying to build n gram models from text corpus and trying > to understand the modified knese

Re: [R] Tutorial/vignette on modified Kneser Ney smoothing

2020-11-18 Thread Bert Gunter
Wrong list! Google "kneser Ney smoothing algorithm" for possibilities. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Wed, Nov 18, 2020 at 11:30 AM Gayathri N

[R] Tutorial/vignette on modified Kneser Ney smoothing

2020-11-18 Thread Gayathri Nagarajan
Hi Team Iam a new learner trying to build n gram models from text corpus and trying to understand the modified kneser Ney smoothing algorithm to code and build my word prediction model. Can someone point me to a vignette or tutorial that will help me learn this ? Thanks in advance for your help