mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Perform naive Bayesian classification into an arbitrary number of classes on
sets of strings. WWW: https://github.com/jbrukh/bayesian
This commit is contained in:
parent
9c2f5897f7
commit
61ba8515ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419546
@ -718,6 +718,7 @@
|
||||
SUBDIR += gnulibiberty
|
||||
SUBDIR += gnustep
|
||||
SUBDIR += gnustep-make
|
||||
SUBDIR += go-bayesian
|
||||
SUBDIR += go-bindata
|
||||
SUBDIR += go-btree
|
||||
SUBDIR += go-cobra
|
||||
|
20
devel/go-bayesian/Makefile
Normal file
20
devel/go-bayesian/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Carlo Strub <cs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bayesian
|
||||
PORTVERSION= 20160602
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= go-
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Naive Bayesian classification for Go
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jbrukh
|
||||
GH_TAGNAME= a65fd1effddb7bd71c6bb6ca1876e045a7aeac6e
|
||||
USES= go
|
||||
GO_PKGNAME= github.com/jbrukh/bayesian
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/go-bayesian/distinfo
Normal file
3
devel/go-bayesian/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1468501956
|
||||
SHA256 (jbrukh-bayesian-20160602-a65fd1effddb7bd71c6bb6ca1876e045a7aeac6e_GH0.tar.gz) = 340adc394ec52b962c528a1b671e4829d80cd1d5328fe3911edb792e1eebe1b4
|
||||
SIZE (jbrukh-bayesian-20160602-a65fd1effddb7bd71c6bb6ca1876e045a7aeac6e_GH0.tar.gz) = 7686
|
4
devel/go-bayesian/pkg-descr
Normal file
4
devel/go-bayesian/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Perform naive Bayesian classification into an arbitrary number of classes on
|
||||
sets of strings.
|
||||
|
||||
WWW: https://github.com/jbrukh/bayesian
|
6
devel/go-bayesian/pkg-plist
Normal file
6
devel/go-bayesian/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bayesian.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bayesian_test.go
|
||||
%%GO_SRCDIR%%/%%GO_PKGNAME%%/todo.txt
|
Loading…
Reference in New Issue
Block a user