feat(blogs-corpus): new corpus for word2vec

This commit is contained in:
Mahdi Dibaiee
2016-09-19 16:00:45 +04:30
parent f16cc26798
commit d9d24f69a6
6 changed files with 62 additions and 13 deletions

View File

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