Skip to content

htmarkup - SEO util for markup phrases in text/html

License

Notifications You must be signed in to change notification settings

bekbulatov/htmarkup

 
 

Repository files navigation

Lemmatizer library is required for successful build.

Building

$ autoreconf
$ ./configure
$ make && make test

As you can see, there is no `install' for these libs/binaries. They doesn't attented to be installed system-wide.

Perl module installation

To install perl module of qclassify:

$ cd perllib/QClassify
$ perl Makefile.PL
$ make && make test
$ sudo make install

Perl module and all it's dependencies will be installed system-wide

Python module installation

To install python package:

$ cd pythonlib/pyQClassify
$ python setup.py build
$ sudo python setup.py install

About

htmarkup - SEO util for markup phrases in text/html

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 45.6%
  • C++ 31.0%
  • C 21.2%
  • Perl 1.7%
  • Python 0.5%