This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-472
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-472 by this push:
     new 09bdd32  WIP.
09bdd32 is described below

commit 09bdd3291a458df0ffabbae406442f58c14874da
Author: Sergey Kamov <skhdlem...@gmail.com>
AuthorDate: Wed Jan 5 14:44:39 2022 +0300

    WIP.
---
 .../nlp/entity/parser/stanford/NCStanfordEntityParserSpec.scala         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft-stanford/src/test/java/org/apache/nlpcraft/nlp/entity/parser/stanford/NCStanfordEntityParserSpec.scala
 
b/nlpcraft-stanford/src/test/java/org/apache/nlpcraft/nlp/entity/parser/stanford/NCStanfordEntityParserSpec.scala
index a76cf5a..03c1f17 100644
--- 
a/nlpcraft-stanford/src/test/java/org/apache/nlpcraft/nlp/entity/parser/stanford/NCStanfordEntityParserSpec.scala
+++ 
b/nlpcraft-stanford/src/test/java/org/apache/nlpcraft/nlp/entity/parser/stanford/NCStanfordEntityParserSpec.scala
@@ -39,7 +39,7 @@ class NCStanfordEntityParserSpec:
 
         entParser.start(null)
 
-        val txt = "Los Angeles today, 23 and sergeyka...@apache.org"
+        val txt = "Los Angeles, 23 August, 23 and sergeyka...@apache.org"
 
         val res = entParser.parse(null, null, NCTestUtils.mkTokens(tokParser, 
txt))
 

Reply via email to