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/04/19 05:09:33 UTC

[incubator-nlpcraft] branch master updated: Javadocs...

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 3a3db74  Javadocs...
3a3db74 is described below

commit 3a3db74c46bb1cc7927cec74c5351a51fcf58556
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Sat Apr 18 22:09:27 2020 -0700

    Javadocs...
---
 src/main/scala/org/apache/nlpcraft/model/NCModel.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/scala/org/apache/nlpcraft/model/NCModel.java b/src/main/scala/org/apache/nlpcraft/model/NCModel.java
index 67be0cd..928a384 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCModel.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCModel.java
@@ -30,7 +30,7 @@ package org.apache.nlpcraft.model;
  * Generally, a data model defines:
  * <ul>
  *     <li>Set of model {@link NCElement elements} (a.k.a. named entities) to be detected in the user input.</li>
- *     <li>Zero or more intent callbacks.</li>
+ *     <li>Zero or more <a target=_ href="https://nlpcraft.apache.org/intent-matching.html">intent</a> callbacks.</li>
  *     <li>Common model configuration and life-cycle callbacks.</li>
  * </ul>
  * Note that model-as-a-code approach natively supports any software life cycle tools and frameworks like various