- Renamed Lemmatizer layer to Lemmatize - Added automatic keras model loading without specifying custom_objects, when using WeightedAttention and SelfAttention from convectors.classifiers.layers - Added RandomizedSVD layer in .reduction
0.0.13
-Fixed sentence tokenizer regex
0.0.12
- added sentence_tokenize and word_tokenize parameters to Tokenize layer - added NGram layer