This is an automated email from the ASF dual-hosted git repository.
sergeykamov 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 5230a1f WIP.
5230a1f is described below
commit 5230a1fdc3341f9eb1c6c7a8bcf64e21dbd4918c
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Apr 15 21:50:17 2021 +0300
WIP.
---
nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java | 1 +
1 file changed, 1 insertion(+)
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 2b8a615..1a9b533 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
@@ -782,6 +782,7 @@ public interface NCModelView extends NCMetadata {
/**
* TODO:
+ * @return TODO:
*/
default boolean isSparse() {
return DFLT_IS_SPARSE;