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 2020/09/21 05:27:57 UTC

[incubator-nlpcraft] branch master updated: Update NCModelView.java

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 96d5ebe  Update NCModelView.java
96d5ebe is described below

commit 96d5ebe77361ce01b6e781f915cf4a499b96f2a9
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sun Sep 20 22:27:46 2020 -0700

    Update NCModelView.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
index 2d363da..8bcafb1 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
@@ -980,7 +980,7 @@ public interface NCModelView extends NCMetadata {
      * combined define the expiration policy for the conversation management. These two properties allow to
      * fine tune for different types of dialogs. For example, setting longer timeout and smaller depth mimics
      * slow-moving but topic-focused conversation. Alternatively, settings shorter timeout and longer depth better
-     * supports fast-moving wide-ranged conversation that may cover multiple topics.
+     * supports fast-moving wide-ranging conversation that may cover multiple topics.
      * <p>
      * <b>Default</b>
      * <br>
@@ -1012,7 +1012,7 @@ public interface NCModelView extends NCMetadata {
      * combined define the expiration policy for the conversation management. These two properties allow to
      * fine tune for different types of dialogs. For example, setting longer timeout and smaller depth mimics
      * slow-moving but topic-focused conversation. Alternatively, settings shorter timeout and longer depth better
-     * supports fast-moving wide-ranged conversation that may cover multiple topics.
+     * supports fast-moving wide-ranging conversation that may cover multiple topics.
      * <p>
      * <b>Default</b>
      * <br>