What is model-file when we train CRF Mallet? java -cp "/home/hough/mallet/class:/home/hough/mallet/lib/mallet-deps.jar" cc.mallet.fst.SimpleTagger --train true --model-file nouncrf sample
Are you asking where to get it (1) or what's format it's in (2) ?
Answers are:
--model-file
option specifies where file will be written to. So MALLET creates it.