5d934887f9
2.1.0 / 2017-01-01 Major Enhancements * Fix breaking changes in LSI api. Displays errors instead of raising where possible. #87 2.0.5 / 2016-12-30 - removed due to breaking change, and no longer available Major Enhancements * Stopwords get encoded to utf8 (#83) * Fix searching issues where no document is added to lsi (#77) * Added method to add custom path to user-created stopword directory (#73) Minor Enhancements * Test newer rubies (#85) * Fixed errors in README (#68, #79, #80) * Added an option to the bayesian classifier to disable word stemming (#61) * Added missing parens and renamed some variables (#59)
17 lines
526 B
Makefile
17 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/03/20 15:24:43 taca Exp $
|
|
|
|
DISTNAME= classifier-reborn-2.1.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jekyll/classifier-reborn/
|
|
COMMENT= General classifier module for Bayesian and other classificaions
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS= ${RUBY_PKGPREFIX}-fast-stemmer>=1.0<2:../../textproc/ruby-fast-stemmer
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|