Changes

Summary

  1. Allow to call Corpus with FeatureGenerator args. (commit: e9da8ce) (details)
  2. Allow parallel parsing of corpus files (commit: 1a6856e) (details)
Commit e9da8ce0d36681519a1db53d2b31c8ef459d71e0 by Thorsten Vitt
Allow to call Corpus with FeatureGenerator args.

This allows for a quick call like

    c = Corpus('data', lower_case=True, glob='*')
(commit: e9da8ce)
The file was modified delta/corpus.py (diff)
The file was modified test/corpus_test.py (diff)
Commit 1a6856e11aac9aab473c39dbf363668f51a594ff by Thorsten Vitt
Allow parallel parsing of corpus files
(commit: 1a6856e)
The file was modified delta/corpus.py (diff)
The file was modified setup.py (diff)