New:
- Support for sequence tagging with Bidirectional LSTM-CRF. Word embeddings can currently be either
random or word2vec(cbow). If latter chosen, word vectors will be downloaded automaticlaly from Facebook fasttext
site.
- Added `ktra.text.texts_from_df` function
Changed:
- Added FutureWarning in text.text_classifier, that preproc will be required argument in future.
- In text.text_classifier, when preproc=None, use the maximum feature ID to populate max_features.
Fixed:
- Fixed construction of custom_objects dictionary for BERT to ensure load_model works for
custom BERT models
- Resolved issue with pretrained bigru models failing when max_features >= than total word count.