mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-23 05:41:08 -05:00
5 lines
256 B
Markdown
Executable File
5 lines
256 B
Markdown
Executable File
- Files in text/ are preprocessed by `rake consume` and serialized
|
|
- e.g. text/foo.tweets becomes consumed/foo.corpus
|
|
- `rake consume` looks at hashes to know which it needs to update
|
|
- Preprocessed corpus files are loaded at runtime by Corpus.load('foo')
|