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 3febb9e commit b8bbb6aCopy full SHA for b8bbb6a
test/abstract_text_transformer.jl
@@ -28,7 +28,7 @@ using TextAnalysis
28
# test single doc
29
test_doc1 = ngrams(NGramDocument("Another sentence ok"))
30
for mach = test_machines
31
- test_doc_transform = transform(mach, [test_doc])
+ test_doc_transform = transform(mach, [test_doc1])
32
@test sum(test_doc_transform, dims=2)[1] == 0.0
33
@test size(test_doc_transform) == (1, 11)
34
end
0 commit comments