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

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


The following commit(s) were added to refs/heads/master-model by this push:
     new 35a55e2  WIP.
35a55e2 is described below

commit 35a55e25dc96d02fe4e8997db697fd62f2f706c9
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Oct 7 21:55:03 2021 +0300

    WIP.
---
 .../apache/nlpcraft/model/builders/NCModelConfigBuilder.java  | 11 -----------
 1 file changed, 11 deletions(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/builders/NCModelConfigBuilder.java
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/builders/NCModelConfigBuilder.java
index d84cb51..d150c39 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/builders/NCModelConfigBuilder.java
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/builders/NCModelConfigBuilder.java
@@ -60,14 +60,6 @@ public class NCModelConfigBuilder {
         return null;
     }
 
-    //NCModelConfigBuilder withNonEnglishAllowed() {
-//        return null;
-//    }
-
-//    NCModelConfigBuilder withNotLatinCharsetAllowed() {
-//        return null;
-//    }
-
     public NCModelConfigBuilder withSwearWordsAllowed(boolean 
swearWordsAllowed) {
         return null;
     }
@@ -120,17 +112,14 @@ public class NCModelConfigBuilder {
         return null;
     }
 
-    //
     public NCModelConfigBuilder withElements(List<NCElement> elements) {
         return null;
     }
 
-    //
     public NCModelConfigBuilder withIntentsDsl(List<String> intentsDsl) {
         return null;
     }
 
-    // IntentID - sample.
     public NCModelConfigBuilder withIntentsDslSamples(Map<String, 
List<List<String>>> samples) {
         return null;
     }

Reply via email to