This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master-model
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master-model by this push:
new bcb53f1 WIP.
bcb53f1 is described below
commit bcb53f17ed05ee326fe9e6864737c4c7b7f5b611
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Oct 8 11:01:47 2021 +0300
WIP.
---
nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModel.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModel.java
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModel.java
index e46912a..dd255f7 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModel.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModel.java
@@ -164,6 +164,7 @@ public interface NCModel {
List<NCElement> getElements();
// Nlp.
+ // TODO: add defaults for open nlp and EN related implementations.
NCNlpWordsParser getNlpWordsParser();
List<NCNlpNerTokensParser> getNlpTokensParsers();
Function<List<NCNlpWord>, List<NCNlpWord>> getStopWordsFilter();