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++
- Host: GitHub
- URL: https://github.com/mlaugharn/skip-gram
- Owner: mlaugharn
- Created: 2015-07-16T18:03:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T18:08:23.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T21:45:45.576Z (over 1 year ago)
- Language: C++
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skip-gram
```
$ make
$ ./s-g filename k n [--skip-grams-only]
```