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 4432c481b57b7939cfbf4cfab828cf05e953d26d Author: Sergey Kamov <[email protected]> AuthorDate: Tue Oct 12 09:45:18 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 6209256..23868b7 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(); + Collection<List<NCToken>> getVariants();maybe add it? /** * Gets model instance for this query.
