This is an automated email from the ASF dual-hosted git repository. aradzinski 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 5abf449e WIP 5abf449e is described below commit 5abf449e3b5e4f21c9341ca436f73a46808f368d Author: Aaron Radzinski <aradzin...@datalingvo.com> AuthorDate: Wed Dec 7 13:21:20 2022 -0800 WIP --- .../org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala | 13 ------------- .../org/apache/nlpcraft/nlp/parsers/NCSemanticStemmer.scala | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala index a460c929..f74f79ca 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala @@ -17,19 +17,6 @@ package org.apache.nlpcraft.nlp.parsers -/* - _________ ______________ - __ ____/_______________ __ \__ /_____ _____ __ - _ / _ __ \_ ___/_ /_/ /_ /_ __ `/_ / / / - / /___ / /_/ /(__ )_ ____/_ / / /_/ /_ /_/ / - \____/ \____//____/ /_/ /_/ \__,_/ _\__, / - /____/ - - 2D ASCII GAME ENGINE FOR SCALA3 - (C) 2021 Rowan Games, Inc. - ALl rights reserved. -*/ - /** * * Configuration which helps to detect [[org.apache.nlpcraft.NCEntity NCEntity]] for diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticStemmer.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticStemmer.scala index 5377e9a7..91f1bc54 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticStemmer.scala +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticStemmer.scala @@ -17,19 +17,6 @@ package org.apache.nlpcraft.nlp.parsers -/* - _________ ______________ - __ ____/_______________ __ \__ /_____ _____ __ - _ / _ __ \_ ___/_ /_/ /_ /_ __ `/_ / / / - / /___ / /_/ /(__ )_ ____/_ / / /_/ /_ /_/ / - \____/ \____//____/ /_/ /_/ \__,_/ _\__, / - /____/ - - 2D ASCII GAME ENGINE FOR SCALA3 - (C) 2021 Rowan Games, Inc. - ALl rights reserved. -*/ - /** * * Stemmer trait. Read more about stemming [[https://en.wikipedia.org/wiki/Stemming here]].