This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-116
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-116 by this push:
new ee965cb WIP.
ee965cb is described below
commit ee965cb0d79881d3b59fa076b7a482456c18caeb
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Sep 13 16:30:06 2020 -0700
WIP.
---
javadoc/stylesheet.css | 2 +-
.../main/scala/org/apache/nlpcraft/model/tools/test/package-info.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/javadoc/stylesheet.css b/javadoc/stylesheet.css
index 7d240e0..867387f 100644
--- a/javadoc/stylesheet.css
+++ b/javadoc/stylesheet.css
@@ -41,7 +41,7 @@ iframe {
border:none;
}
a:link, a:visited {
- text-decoration:none;
+ text-decoration: underline dotted #999999;
color:#4A6782;
}
a[href]:hover, a[href]:focus {
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/package-info.java
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/package-info.java
index 19fc8f5..bda4d79 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/package-info.java
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/package-info.java
@@ -57,8 +57,8 @@
* }
* </pre>
* <p>
- * You can also <b>auto-test</b> the same model by using
<code>NCTestAutoModelValidator</code> class without any
- * additional coding utilizing <code>@NCIntentSample</code> annotation on the
models' callback method. Add necessary classpath to:
+ * You can also <b>auto-test</b> the same model by using {@link
org.apache.nlpcraft.model.tools.test.NCTestAutoModelValidator} class without any
+ * additional coding utilizing {@link
org.apache.nlpcraft.model.NCIntentSample} annotation on the models' callback
method. Add necessary classpath to:
* <pre class="brush: plain">
* java -ea
-DNLPCRAFT_TEST_MODELS=org.apache.nlpcraft.examples.alarm.AlarmModel
org.apache.nlpcraft.model.tools.test.NCTestAutoModelValidator
* </pre>