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 ef7459e  WIP.
ef7459e is described below

commit ef7459ee5edefeca9c70b8af3c09da9cac550198
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Oct 7 22:08:01 2021 +0300

    WIP.
---
 .../main/scala/org/apache/nlpcraft/model/NCModelConfig.java  | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelConfig.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelConfig.java
index 2a3f064..c516ceb 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelConfig.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelConfig.java
@@ -163,14 +163,6 @@ public interface NCModelConfig extends NCMetadata {
         return DFLT_MIN_NON_STOPWORDS;
     }
 
-    //default boolean isNonEnglishAllowed() {
-    //    return DFLT_IS_NON_ENGLISH_ALLOWED;
-    //}
-
-//    default boolean isNotLatinCharsetAllowed() {
-//        return DFLT_IS_NOT_LATIN_CHARSET_ALLOWED;
-//    }
-
     default boolean isSwearWordsAllowed() {
         return DFLT_IS_SWEAR_WORDS_ALLOWED;
     }
@@ -222,11 +214,11 @@ public interface NCModelConfig extends NCMetadata {
 
     List<NCElement> getElements();
 
-    default List<String> getIntentsDsl() {
+    default Map<String, String> getIntents() {
         return null;
     }
 
-    default Map<String, List<List<String>>> getIntentsDslSamples() {
+    default Map<String, List<List<String>>> getIntentsSamples() {
         return null;
     }
 

Reply via email to