Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olemb/ngram-test
Count n-grams of length N and store them in a shelve
https://github.com/olemb/ngram-test
Last synced: about 6 hours ago
JSON representation
Count n-grams of length N and store them in a shelve
- Host: GitHub
- URL: https://github.com/olemb/ngram-test
- Owner: olemb
- Created: 2013-07-01T06:44:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T10:34:53.000Z (over 11 years ago)
- Last Synced: 2023-03-24T06:25:28.433Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
n-gram counter
===============Counts n-grams of given length in a file and stores them in a shelve. This is just an example, and it needs a bit of work before it can be used for anything useful.
See: http://www.reddit.com/r/learnpython/comments/1hd3rp/how_to_do_as_much_in_memory_as_possible_without/
License: MIT (http://en.wikipedia.org/wiki/MIT_License)
- Ole Martin Bjørndalen