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 7f1c3a1 Quick fixes.
7f1c3a1 is described below
commit 7f1c3a147bc62e18951a7575d06b3218af5102ce
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Fri Oct 30 11:47:18 2020 -0700
Quick fixes.
---
README.md | 2 +-
.../scala/org/apache/nlpcraft/common/util/NCUtils.scala | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index d481c59..18807b7 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Built with a singular focus - provide developers with
unprecedented productivity
Combines easy-of-use and development productivity with state-of-the-art NLP
capabilities like short-term-memory (STM) support, advanced intent DSL with
deterministic matching, and composable NEs.
### Java-First
-REST API and Java-based implementation natively support world's largest
ecosystem of development tools, multiple programming languages, frameworks and
services.
+REST API and Java-based implementation natively supports world's largest
ecosystem of development tools, multiple programming languages, frameworks and
services.
<a target=_ href="https://www.oracle.com/java/"><img
src="https://nlpcraft.apache.org/images/java2.png" height="32px" alt=""></a>
<a target=_ href="https://scala-lang.org/"><img
src="https://nlpcraft.apache.org/images/scala-logo.png" height="24px"
alt=""></a>
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/util/NCUtils.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/util/NCUtils.scala
index 80686ae..814945e 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/util/NCUtils.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/util/NCUtils.scala
@@ -1294,14 +1294,14 @@ object NCUtils extends LazyLogging {
.POST(
HttpRequest.BodyPublishers.ofString(
s"v=1&" +
- s"t=screenview&" +
- s"tid=UA-180663034-1&" + //
'nlpcraft.apache.org' web property.
- s"cid=$anonym&" + // Hide any user information
(anonymous user).
- s"aip=&" + // Hide user IP (anonymization).
- s"an=nlpcraft&" +
- s"av=${NCVersion.getCurrent.version}&" +
- s"aid=org.apache.nlpcraft&" +
- s"cd=$cd"
+ s"t=screenview&" +
+ s"tid=UA-180663034-1&" + // 'nlpcraft.apache.org'
web property.
+ s"cid=$anonym&" + // Hide any user information
(anonymous user).
+ s"aip=&" + // Hide user IP (anonymization).
+ s"an=nlpcraft&" +
+ s"av=${NCVersion.getCurrent.version}&" +
+ s"aid=org.apache.nlpcraft&" +
+ s"cd=$cd"
)
)
.build(),