Skip to content

Instantly share code, notes, and snippets.

View tristang's full-sized avatar

UsabilityHub tristang

  • UsabilityHub
  • Melbourne, Australia
View GitHub Profile
@nfm
nfm / .git config
Last active August 29, 2015 14:11
Quick proof of concept git hook integration with the Paydirt API
[paydirt]
apikey = abcdef
jobid = 12345
@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..