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

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


The following commit(s) were added to refs/heads/NLPCRAFT-477 by this push:
     new fbec795  Update NCIntentMatch.java
     new 1fa7d55  Merge branch 'NLPCRAFT-477' of 
https://github.com/apache/incubator-nlpcraft into NLPCRAFT-477
fbec795 is described below

commit fbec7955be68e5941c114d33167c552f9b192161
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Feb 17 11:35:48 2022 -0800

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

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java
index 372c24d..de1b09e 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java
@@ -36,9 +36,9 @@ public interface NCIntentMatch {
      * to the order and index of terms in the matching intent. Number of 
sub-lists will always be the same
      * as the number of terms in the matched intent.
      * <p>
-     * Consider using {@link NCIntentTerm} annotation instead for simpler 
access to intent entities.
+     * Consider using {@link NCIntentTerm} annotation instead for simpler 
access to the intent entities.
      *
-     * @return List of list of entities representing matched intent.
+     * @return List of lists of entities representing matched intent.
      * @see #getVariant()
      * @see NCIntentTerm
      */
@@ -47,7 +47,7 @@ public interface NCIntentMatch {
     /**
      * Gets entities for given term. This is a companion method for {@link 
#getIntentEntities()}.
      * <p>
-     * Consider using {@link NCIntentTerm} annotation instead for simpler 
access to intent entities.
+     * Consider using {@link NCIntentTerm} annotation instead for simpler 
access to the intent entities.
      *
      * @param idx Index of the term (starting from <code>0</code>).
      * @return List of entities, potentially {@code null}, for given term.
@@ -59,7 +59,7 @@ public interface NCIntentMatch {
     /**
      * Gets entities for given term. This is a companion method for {@link 
#getIntentEntities()}.
      * <p>
-     * Consider using {@link NCIntentTerm} annotation instead for simpler 
access to intent entities.
+     * Consider using {@link NCIntentTerm} annotation instead for simpler 
access to the intent entities.
      *
      * @param termId ID of the term for which to get entities.
      * @return List of entities, potentially {@code null}, for given term.

Reply via email to