Skip to content

Commit 3e94756

Browse files
committed
Make sure txt_clean_word2vec and document_term_frequencies are from the right versions
1 parent 0cc62d0 commit 3e94756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Imports: Rcpp (>= 0.11.5), stats, utils
2929
LinkingTo: Rcpp
3030
Suggests:
3131
tokenizers.bpe,
32-
word2vec,
32+
word2vec (>= 0.3.3),
3333
uwot,
3434
dbscan,
35-
udpipe
35+
udpipe (>= 0.8)

0 commit comments

Comments
 (0)