NLP init
Created by: BarabanovaIrina
- New method InputData.from_text(), where you can pass meta_file.csv with text in it or path to directories with text files
- New TextData class, where all the nlp utils are located. Not expected to use directly.
Current idea is: text files -> feature extraction (make table data, not text) -> pass to model/chain
-
Finish BatchLoader for creation of meta_file.csv for collections of data (images, text) -
Finish the text files -> meta_file.csv -
Add tests -
add packed data && unpacking script