I am trying to learn MALLET developed by UMASS Amhrest. I am pretty new to this and hence this may be a silly question.
I just ran a sample example given on their website using following command.
bin/mallet import-dir --input sample-data/web/* --output web.mallet
Now, I have the web.mallet output file and I dont know how to open it. I am using Linux and gedit cant read this file.
How can I open the output file and see its contents?
Thank You.