diff --git a/BotSharp.NLP.UnitTest/Featuring/CountFeatureExtractorTest.cs b/BotSharp.NLP.UnitTest/Featuring/CountFeatureExtractorTest.cs index 740c4cd3..90177712 100644 --- a/BotSharp.NLP.UnitTest/Featuring/CountFeatureExtractorTest.cs +++ b/BotSharp.NLP.UnitTest/Featuring/CountFeatureExtractorTest.cs @@ -18,7 +18,7 @@ namespace BotSharp.NLP.UnitTest.Featuring var extractor = new CountFeatureExtractor(); extractor.Sentences = tokenizer.Tokenize(Corpus()); - extractor.Vectorize(); + extractor.Vectorize(new List()); var vectors = Vectors();