From 5486eb43a2785e3da0efc346a868729abdd0ea38 Mon Sep 17 00:00:00 2001 From: Bolo <36342729+PppBr@users.noreply.github.com> Date: Wed, 8 Aug 2018 09:45:35 -0500 Subject: [PATCH] initial the CRFNerPredict API --- BotSharp.Core/Engines/CRFsuite/CRFsuiteEntityRecognizer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BotSharp.Core/Engines/CRFsuite/CRFsuiteEntityRecognizer.cs b/BotSharp.Core/Engines/CRFsuite/CRFsuiteEntityRecognizer.cs index d601eb33..9094bde1 100644 --- a/BotSharp.Core/Engines/CRFsuite/CRFsuiteEntityRecognizer.cs +++ b/BotSharp.Core/Engines/CRFsuite/CRFsuiteEntityRecognizer.cs @@ -135,6 +135,7 @@ namespace BotSharp.Core.Engines.CRFsuite return trainingTuple; } + } public class TrainingData