You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2022/12/04 19:17:13 UTC

[incubator-nlpcraft] branch master updated: Update NCPipelineBuilder.scala

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 0099f6a5 Update NCPipelineBuilder.scala
     new de35358c Merge branch 'master' of https://github.com/apache/incubator-nlpcraft
0099f6a5 is described below

commit 0099f6a5001df6fa53a6ed738b0f521ccd4841a4
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sun Dec 4 11:17:00 2022 -0800

    Update NCPipelineBuilder.scala
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala
index 3183875f..91aa2e09 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala
@@ -268,7 +268,7 @@ class NCPipelineBuilder:
                 this.entParsers += NCSemanticEntityParser(mkEnStemmer, mkEnOpenNLPTokenParser, mdlSrc)
             case _ => require(false, s"Unsupported language: $lang")
         this
-    
+
     /**
       * Builds new [[NCPipeline]] instance with previously provided components.
       */