An Encoder that Uses BWT and LZW to compress Text files for a Course Project.
Parameters: -c for compression, -d for decompression
example: TextEncoder.exe -c
Encoding "-c": The input file is always "enwik8" and output file is always "encoded.bin"
Decoding "-d": The input file is always "encoded.bin" and output file is always "decoded.txt"