Change functionality of the writefile function in encoder.py to append to end of file in place of overwriting existing file. This should allow multiple articles to be stored in a single file.
An edit would also need to be made to the decoder to recognize and seperate the articles in a single file
Change functionality of the writefile function in encoder.py to append to end of file in place of overwriting existing file. This should allow multiple articles to be stored in a single file.
An edit would also need to be made to the decoder to recognize and seperate the articles in a single file