Added - Added `FeatureVector` class. - Added `vectorizers.vectorize()` method. - Added term frequency gramming, hashing and selection.
Changed - Updated `SklearnClassifier` to handle `FeatureVector`. - Moved `extract_features` to `extract` (a more general name). - Generalized feature extraction pattern. - Included Cache & JSON style for utilities.
1.2.9
Added - OSX install instructions in README. - Tamil language utilities
Changed - Updated hashing vectorizer example with a `feature_importance` histogram.
Fixed - README usage updated to reflect renamed extractor.
1.2.8
Added - Tests for API extractor datasources.
Fixed - Minor cache preservation issue in `dependencies.solve()`.
1.2.7
Added - Czech language assets - Norwegian language utilities
Changed - Prepend local dir on path for all utilities that use classpaths.
Fixed - Minor fix to OfflineExtractor's use of caches.
1.2.6
Fixed - Initialize caches in extractor.
1.2.5
Added - Swedish language utilities.
Changed - Improved performance on Persian regexes.
Fixed - Fixed test for `time_since_registration` for anons.