Skip to content

Instantly share code, notes, and snippets.

View peter-mcconnell's full-sized avatar
🏴

Peter McConnell peter-mcconnell

🏴
View GitHub Profile
@peter-mcconnell
peter-mcconnell / ngram.php
Last active August 29, 2015 13:57
ngram
<?php
/**
* Simple Ngram word extraction from phrases
* For large dictionaries it's advised this is ran from terminal
* php ngram.php
*
* @author Peter McConnell
**/