1
0
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:
Carlo Strub 2016-08-03 19:46:33 +00:00
parent 9c2f5897f7
commit 61ba8515ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419546
5 changed files with 34 additions and 0 deletions

View File

@ -718,6 +718,7 @@
SUBDIR += gnulibiberty
SUBDIR += gnustep
SUBDIR += gnustep-make
SUBDIR += go-bayesian
SUBDIR += go-bindata
SUBDIR += go-btree
SUBDIR += go-cobra

View 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>

View 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

View 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

View 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