Corpus file should contain sentences, each in separate line.
Before training model datasets should be prepared based on corpus file. Running
python preprocess.py --corpus-path=data/wiki100k/corpus.txt --output-directory=data/wiki100k/will create word2index, index2word, index2count, trainset and testset.
Model configurations are stored in configs directory.
python train.py --config=configs/wiki100k.yamlpython test.py --config=configs/wiki100k.yaml