An open API service indexing awesome lists of open source software.

https://github.com/pzUH/N-GramPredictor

A simple implementation of n-Gram predictor in ActionScript 3.0 for AI bot/agent in a video games
https://github.com/pzUH/N-GramPredictor

Last synced: 5 months ago
JSON representation

A simple implementation of n-Gram predictor in ActionScript 3.0 for AI bot/agent in a video games

Awesome Lists containing this project

README

        

A simple n-Gram implementation on ActionScript3.0 for predicting next action from an saved data/sequence

Note: this class depend on my Basic class which holds some helper functions, but it is included here.