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
commit d2cc94361d86c39114fc5e710c14a672583d17e9 Author: Aaron Radzinski <[email protected]> AuthorDate: Sat Aug 20 11:49:56 2022 -0700 Scaladoc. --- build.sbt | 1 + scaladoc/docroot.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 150d1167..cbe19f71 100644 --- a/build.sbt +++ b/build.sbt @@ -79,6 +79,7 @@ lazy val libs = Seq( val commonScalaDoc = Seq( "-skip-by-regex:org.apache.nlpcraft.internal", + "-skip-by-regex:org.apache.nlpcraft.nlp.enrichers.tools", "-project-footer", "Apache, NLPCraft", "-project-version", nlpcraftVer, "-siteroot", ".", diff --git a/scaladoc/docroot.md b/scaladoc/docroot.md index e3cf7936..72a8dab4 100644 --- a/scaladoc/docroot.md +++ b/scaladoc/docroot.md @@ -4,7 +4,8 @@ / |/ / / __ \/ / / ___/ __ `/ /_/ __/ / /| / / /_/ / /___/ / / /_/ / __/ /_ /_/ |_/_/ .___/\____/_/ \__,_/_/ \__/ - /_/ + /_/ + SCALA3 API TO CONVERT NATURAL LANGUAGE INTO ACTION </pre>
