This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 60da00fb WIP.
60da00fb is described below
commit 60da00fb97e7a7941eb044abb5723f1dc972cd8b
Author: Sergey Khisamov <[email protected]>
AuthorDate: Wed Dec 7 17:09:56 2022 +0400
WIP.
---
.../apache/nlpcraft/nlp/enrichers/NCEnStopWordsTokenEnricher.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/enrichers/NCEnStopWordsTokenEnricher.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/enrichers/NCEnStopWordsTokenEnricher.scala
index 03ddf6ee..b78ed002 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/enrichers/NCEnStopWordsTokenEnricher.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/enrichers/NCEnStopWordsTokenEnricher.scala
@@ -33,8 +33,8 @@ import scala.concurrent.ExecutionContext
*/
object NCEnStopWordsTokenEnricher:
// Condition types.
- type Wildcard = (String, String)
- type Word = String
+ private type Wildcard = (String, String)
+ private type Word = String
/** All POSes set. http://www.clips.ua.ac.be/pages/mbsp-tags */
private val POSES = Set(