We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc60426 commit f2a7b51Copy full SHA for f2a7b51
test/runtests.jl
@@ -27,7 +27,7 @@ using TextAnalysis
27
@test size(test2) == (1, 11)
28
29
test_doc3 = ngrams.(
30
- Corpus(NGramDocument("Another sentence ok"), NGramDocument("Listen Sam, today is not the day."))
+ Corpus([NGramDocument("Another sentence ok"), NGramDocument("Listen Sam, today is not the day.")])
31
)
32
test3 = transform(test_machine, test_doc3)
33
@test sum(test3, dims=2)[1] == 0.0
0 commit comments