Skip to content

Instantly share code, notes, and snippets.

View arkahome's full-sized avatar

Arka Prava Bandyopadhyay arkahome

View GitHub Profile
@ttezel
ttezel / gist:4138642
Last active May 7, 2024 13:34
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..