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

https://github.com/mlaugharn/skip-gram

simple skip-gram algorithm in c++
https://github.com/mlaugharn/skip-gram

Last synced: about 1 year ago
JSON representation

simple skip-gram algorithm in c++

Awesome Lists containing this project

README

          

# skip-gram
```
$ make
$ ./s-g filename k n [--skip-grams-only]
```