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/08/16 04:53:44 UTC

[incubator-nlpcraft] branch NLPCRAFT-41 updated (df15c96 -> 3e2c930)

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

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


    from df15c96  WIP.
     new fb0d151  Fix for slow Ignite starup on Win10.
     new 3e2c930  Added 'past' request to intent samples.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nlpcraft/src/main/resources/ignite.xml                             | 7 -------
 .../scala/org/apache/nlpcraft/examples/weather/WeatherModel.java   | 4 +++-
 2 files changed, 3 insertions(+), 8 deletions(-)


[incubator-nlpcraft] 02/02: Added 'past' request to intent samples.

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3e2c930e0b8edbc77ea04a4efadab68f770bd278
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sat Aug 15 21:53:32 2020 -0700

    Added 'past' request to intent samples.
---
 .../main/scala/org/apache/nlpcraft/examples/weather/WeatherModel.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherModel.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherModel.java
index 4541a6d..98dc82b 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherModel.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherModel.java
@@ -152,7 +152,9 @@ public class WeatherModel extends NCModelFileAdapter {
         "When it will rain in Delhi?",
         "Is there any possibility of rain in Delhi?",
         "Is it raining now?",
-        "Is there any chance of rain today?"
+        "Is there any chance of rain today?",
+        "Was it raining in Beirut last week?",
+        "How about yesterday?"
     })
     public NCResult onMatch(
         NCIntentMatch ctx,


[incubator-nlpcraft] 01/02: Fix for slow Ignite starup on Win10.

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fb0d151298e991854337f3fcf1a847a39b00292b
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sat Aug 15 21:48:02 2020 -0700

    Fix for slow Ignite starup on Win10.
---
 nlpcraft/src/main/resources/ignite.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/nlpcraft/src/main/resources/ignite.xml b/nlpcraft/src/main/resources/ignite.xml
index 4b3d0eb..c4e39b1 100644
--- a/nlpcraft/src/main/resources/ignite.xml
+++ b/nlpcraft/src/main/resources/ignite.xml
@@ -43,13 +43,6 @@
                         <value>127.0.0.1:47500</value>
                         <value>127.0.0.1:47501</value>
                         <value>127.0.0.1:47502</value>
-                        <value>127.0.0.1:47503</value>
-                        <value>127.0.0.1:47504</value>
-                        <value>127.0.0.1:47505</value>
-                        <value>127.0.0.1:47506</value>
-                        <value>127.0.0.1:47507</value>
-                        <value>127.0.0.1:47508</value>
-                        <value>127.0.0.1:47509</value>
                     </list>
                 </property>
             </bean>