feat(blogs-corpus): new corpus for word2vec
This commit is contained in:
@ -16,6 +16,7 @@ cabal-version: >=1.10
|
||||
library
|
||||
hs-source-dirs: src
|
||||
exposed-modules: Sibe, Sibe.NaiveBayes, Sibe.NLP, Sibe.Word2Vec, Sibe.Utils
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, hmatrix
|
||||
, random
|
||||
@ -53,6 +54,8 @@ executable example-word2vec
|
||||
, data-default-class
|
||||
, split
|
||||
, vector
|
||||
, directory
|
||||
, random
|
||||
default-language: Haskell2010
|
||||
|
||||
executable example-424
|
||||
|
Reference in New Issue
Block a user