
                                        *******************INSTALL*********************

1] System Requirements:
     -Linux Operating System
     - Java 1.6
     - awk

2] How to Install the Tagger ?

   -Extract the zipped folder to the place you want. e.g. you extract at /home/user1/Desktop. So the path to extracted folder will be -
     "/home/user1/Desktop/POS_tagger/".

   -Before using this tagger, Add an entry to ~/.bashrc as follows
		export POS_HOME=<Complete path to your tagger directory>
		example : export POS_HOME=/home/xyz/abc/POS_tagger
   -If you want to use the tagger from anywhere, add the path to the PATH variable.
		export PATH=$PATH:/home/xyz/abc/POS_tagger
		-- you can also add this entry to the ~/.bashrc file.

3] Instructions to run this system are given in README.txt



*************************************************************END*********************************************************************************************



