Skip to content

Instantly share code, notes, and snippets.

View tap222's full-sized avatar
💭
Tech Lead Capgemini R and D

tap222

💭
Tech Lead Capgemini R and D
View GitHub Profile
@tap222
tap222 / gist:f7178ff63fc02af34cd3b0430e30581f
Created May 7, 2017 20:34 — forked from ttezel/gist:4138642
Natural Language Processing Notes

#A Collection of NLP notes

##N-grams

###Calculating unigram probabilities:

P( wi ) = count ( wi ) ) / count ( total number of words )

In english..