Hi tristein
If you open your home dir Then press Ctrl+h that will show hidden files,
open file .profile under this section
Code:
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
put in
Code:
PATH="$PATH:/home/tristein/corpora/tools/treetagger/cmd:/home/tristein/corpora/tools/treetagger/bin"
That was helpfull mennohellinga