-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (41 loc) · 1.85 KB
/
go.mod
File metadata and controls
43 lines (41 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/hscells/groove
go 1.13
require (
github.com/afjoseph/RAKE.Go v0.0.0-20191109090147-068a9e43b194
github.com/alexflint/go-arg v1.0.0
github.com/bbalet/stopwords v1.0.0
github.com/biogo/ncbi v1.0.2
github.com/bugra/kmeans v0.0.0-20140831011822-bf06fda928a7
github.com/cheggaaa/pb/v3 v3.0.5
github.com/dan-locke/clean-html v0.0.0-20181229085850-4c0f3656e1cd
github.com/go-errors/errors v1.1.1
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
github.com/google/uuid v1.1.5
github.com/hashicorp/golang-lru v0.5.4
github.com/hscells/cqr v0.0.0-20190116111110-345896d4b48b
github.com/hscells/cui2vec v0.0.0-20200214070337-d05e62281087
github.com/hscells/ghost v0.0.0-20200206041713-83a7ec9e8ea9
github.com/hscells/go-unidecode v0.1.0
github.com/hscells/guru v0.0.0-20200207042420-2dabeb950d69
github.com/hscells/headway v0.0.0-20200424102026-7b2a24c4a1a4
github.com/hscells/jnigi v0.0.0-20180212010045-a3344871021d
github.com/hscells/merging v0.0.0-20190926074826-00b8fa7e9ff0
github.com/hscells/meshexp v0.0.0-20190306071144-cafc475083a0
github.com/hscells/metawrap v0.0.0-20201123064837-00897f27efb5
github.com/hscells/quickumlsrest v0.0.0-20190213061558-2265f0340fd2
github.com/hscells/svmrank v0.0.0-20180517074538-169f2c118a12
github.com/hscells/transmute v0.0.0-20191226011638-492a895bec30
github.com/hscells/trecresults v0.0.0-20190830042051-938b7ed52aab
github.com/jdkato/prose/v2 v2.0.0
github.com/magiconair/properties v1.8.4
github.com/mailru/easyjson v0.7.6
github.com/olivere/elastic/v7 v7.0.22
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/pkg/errors v0.9.1
github.com/reiver/go-porterstemmer v1.0.1
github.com/xtgo/set v1.0.0
gonum.org/v1/gonum v0.8.2
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/olivere/elastic.v5 v5.0.86
)