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 2021/01/19 03:20:49 UTC

[incubator-nlpcraft] branch master updated: Fix for NLPCFAFT-220.

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 a0fc371  Fix for NLPCFAFT-220.
a0fc371 is described below

commit a0fc3718417e95515407414b1a8c55d336f6418d
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Mon Jan 18 19:20:37 2021 -0800

    Fix for NLPCFAFT-220.
---
 LICENSE                                                          | 5 +++++
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
index 38cd272..e87e596 100644
--- a/LICENSE
+++ b/LICENSE
@@ -240,3 +240,8 @@ and licensed as follows:
     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Files in src/main/resources/moby folder are released by Grady Ward into the public domain and licensed under
+Apache License, Version 2.0:
+   - https://en.wikipedia.org/wiki/Moby_Project
+   - http://cs.sru.edu/~ddailey/whence.html
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java
index cfb0506..3da7f5a 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java
@@ -23,7 +23,7 @@ import java.util.*;
 /**
  * Data model element.
  * <p>
- * Data model element defines an semantic entity that will be detected in the user input. A model element
+ * Data model element defines a named entity that will be detected in the user input. A model element
  * typically is one or more individual words that have a consistent semantic meaning and typically denote
  * a real-world object, such as persons, locations, number, date and time, organizations, products, etc.
  * Such object can be abstract or have a physical existence.