This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-468 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit b95afea6b07524db00ecdcf33f9eb342bf6c2b8c Author: Sergey Kamov <[email protected]> AuthorDate: Tue Oct 12 09:45:52 2021 +0300 WIP. --- nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCContext.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCContext.java index 23868b7..6209256 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCContext.java +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCContext.java @@ -40,7 +40,7 @@ public interface NCContext { * * @return All parsing variants of this query. Always contains at least one variant. */ - Collection<List<NCToken>> getVariants();maybe add it? + Collection<List<NCToken>> getVariants(); /** * Gets model instance for this query.
