Skip to content

Commit 9e7e8d3

Browse files
author
Olcay Taner YILDIZ
committed
Updated test cases.
1 parent 225293c commit 9e7e8d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/AnnotatedDataSetGeneratorTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ TEST_CASE("AnnotatedDataSetGeneratorTest-testSemanticGenerate") {
2323
WordNet turkish = WordNet();
2424
AnnotatedDataSetGenerator annotatedDataSetGenerator = AnnotatedDataSetGenerator("../sentences", new FeaturedSemanticInstanceGenerator(fsmMorphologicalAnalyzer, turkish, 1));
2525
DataSet dataSet = annotatedDataSetGenerator.generate();
26-
REQUIRE(101 == dataSet.sampleSize());
27-
REQUIRE(71 == dataSet.classCount());
26+
REQUIRE(100 == dataSet.sampleSize());
27+
REQUIRE(70 == dataSet.classCount());
2828
REQUIRE(66 == dataSet.attributeCount());
2929
}
3030

312 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)