Skip to content

Commit 610ddc4

Browse files
committed
http, not https
1 parent 1f3b0e4 commit 610ddc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DMMClust [![GoDoc](https://godoc.org/github.com/go-nlp/dmmclust?status.svg)](https://godoc.org/github.com/go-nlp/dmmclust) [![Build Status](https://travis-ci.org/go-nlp/dmmclust.svg?branch=master)](https://travis-ci.org/go-nlp/dmmclust) [![Coverage Status](https://coveralls.io/repos/github/go-nlp/dmmclust/badge.svg?branch=master)](https://coveralls.io/github/go-nlp/dmmclust?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/go-nlp/dmmclust)](https://goreportcard.com/report/github.com/go-nlp/dmmclust) #
22

3-
package `dmmclust` is a package that provides functions for clustering small texts as described by [Yin and Wang (2014)](https://dbgroup.cs.tsinghua.edu.cn/wangjy/papers/KDD14-GSDMM.pdf) in *A Dirichlet Multinomial Mixture Model based Approach for Short Text Clustering*.
3+
package `dmmclust` is a package that provides functions for clustering small texts as described by [Yin and Wang (2014)](http://dbgroup.cs.tsinghua.edu.cn/wangjy/papers/KDD14-GSDMM.pdf) in *A Dirichlet Multinomial Mixture Model based Approach for Short Text Clustering*.
44

55
The clustering algorithm is remarkably elegant and simple, leading to a very minimal implementation. This package also exposes some types to allow for extensibility.
66

0 commit comments

Comments
 (0)