mtopaz / NimbleMiner

NimbleMiner: a software that allows users to interact with word embedding to rapidly create lexicons of similar terms, conduct weakly supervised labeling, and implement text mining
GNU General Public License v2.0
20 stars 15 forks source link

ERROR: training data file not found! #18

Open alaabashayreh opened 3 years ago

alaabashayreh commented 3 years ago

When I try to build the word2vec model, NimbleMiner works and then stops with 'ERROR: training data file not found!' The console shows that preprocessing was initiated and then stopped at train2.txt. In the NimbleMiner folder, I can notice that train2.txt is empty and train3.txt is not available. I downloaded a new NimbleMiner folder and used another two .txt files with a column named 'Note' but the same issue still exists.