├── .gitignore ├── LICENSE ├── README.md ├── index.php └── train-input.txt /.gitignore: -------------------------------------------------------------------------------- 1 | trained -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcidBurn86/LM-nGram-with-php/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcidBurn86/LM-nGram-with-php/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcidBurn86/LM-nGram-with-php/HEAD/index.php -------------------------------------------------------------------------------- /train-input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AcidBurn86/LM-nGram-with-php/HEAD/train-input.txt --------------------------------------------------------------------------------