atpaino/deep-text-corrector

I am getting movie_dialog_train.txt not found Error

joelvarma opened this issue · 5 comments

when I run this command python correct_text.py --train_path /movie_dialog_train.txt --val_path /movie_dialog_val.txt \ --config DefaultMovieDialogConfig \ --data_reader_type MovieDialogReader \ --model_path /movie_dialog_model
IOError: [Errno 2] No such file or directory: '/movie_dialog_train.txt' this error is showing up.
Am I missing something here? I cannot find this text file in Cornell corpus also. I'm trying to build a grammar checker for my project. Can anyone help me with this issue?

You could try splitting (Train-Test-Validate) dialog data from 'movie_lines.txt'
http://www.cs.cornell.edu/%7Ecristian/Cornell_Movie-Dialogs_Corpus.html

Thanks bro, solved it :P

I am trying to add more language rules for this algorithm. Can you help me with any advice?

#joelvarma can you please help me with the script how you split in train test and validation.

can you please help me to figure it out how you split data into training set and validation set?

Can you please help me with the script how you split in train test and validation.