Skip to content

nlpcuom/POS-Tag-Analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POS Tag Analyzer

This is a small toot that can be used to analyze word tags.

Installation

  • Configure xampp or any other local server.
  • Installing xampp
    • 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 to htdocs.
  • Change permission of preprocessing.py,sorter.py and merge.pyto allow executing as a programme.
  • Note: python2 should be installed.

Run

  • 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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published