Skip to content

Instantly share code, notes, and snippets.

View jasonhargrove's full-sized avatar
🤖
hello world!

Familiar Bot (by JH) jasonhargrove

🤖
hello world!
View GitHub Profile
@jasonhargrove
jasonhargrove / gist:fa12c4abb0ea03a3ca1ef3706a6347ed
Created October 21, 2016 14:19 — 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..