no input sentences will get error Code: ``` corpus_file = 'test_file.txt' keywords = ['hello', 'world'] w2v = SecGloVe(keywords, corpus_file=corpus_file, size=10, window=5, min_count=1, case_sensitive=True, iter=10, corpus_chunksize=20000, corpus_worker=5) ``` Output logs: <img width="564" alt="image" src="https://user-images.githubusercontent.com/31429532/49327003-c642d100-f595-11e8-8bcd-da1f89b36619.png">
no input sentences will get error
Code:
Output logs: