This is a small toot that can be used to analyze word tags.
- Configure xampp or any other local server.
-
- Download xampp
- Follow onsite instructions.
- Clone this repository to htdocs folder
Windows:
C:\xampp\htdocs\
Linux:~/lampp/htdocs
- Open
POSTagAnalizer/Website/config/config.php
Change PROOT variable to[path to /Website]
relative tohtdocs
. - Change permission of
preprocessing.py
,sorter.py
andmerge.py
to allow executing as a programme. - Note: python2 should be installed.
-
Start xampp In Window search for xampp GUI app and click Start. In linux open terminal and run
sudo /opt/lampp/lampp start
-
Open a browser and go to
http://localhost/PROOT/
Here PROOT should be replace with the path at you set to PROOT variable in config.php Eg:-http://localhost/POSTagAnalizer/POSTagAnalizer/Website/