I have run into a problem with adding the MALLET topic modelling tool to my path.
If I cd
to /mallet-2.0-8/
and type ./bin/mallet
, all works fine.
If I type echo $PATH
, I have successfully added '/mallet-2.0.8/bin'
to the path. But typing mallet
now at the prompt yields -bash: mallet: command not found
.
So, how to get the $
to respond to mallet
?