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/04/16 00:01:12 UTC

[incubator-nlpcraft] branch NLPCRAFT-287 updated: Update NCModelView.java

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

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


The following commit(s) were added to refs/heads/NLPCRAFT-287 by this push:
     new 7f4a8d1  Update NCModelView.java
7f4a8d1 is described below

commit 7f4a8d1f784f0e1b6b3a0c12bc83cc6937998dd6
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Fri Apr 16 03:01:02 2021 +0300

    Update NCModelView.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
index c4c7b64..e7ea299 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
@@ -794,7 +794,6 @@ public interface NCModelView extends NCMetadata {
      * <br>
      * If not provided by the model the default value {@link #DFLT_IS_SPARSE} will be used.
      * <p>
-     * <p>
      * <b>JSON</b>
      * <br>
      * If using JSON/YAML model presentation this is set by <code>sparse</code>:
@@ -805,7 +804,7 @@ public interface NCModelView extends NCMetadata {
      * </pre>
      *
      * @return Optional multi-word synonym sparsity model property.
-     * @see NCElement#isSparse() 
+     * @see NCElement#isSparse()
      */
     default boolean isSparse() {
         return DFLT_IS_SPARSE;