You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Gleb (Jira)" <ji...@apache.org> on 2020/12/28 03:13:00 UTC

[jira] [Created] (NLPCRAFT-210) Wrong duplicate sysnonims detected

Gleb created NLPCRAFT-210:
-----------------------------

             Summary: Wrong duplicate sysnonims detected
                 Key: NLPCRAFT-210
                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-210
             Project: NLPCraft
          Issue Type: Task
            Reporter: Gleb


When model has the same id as one of the synonyms, if detects as duplicate.

Example:
{code:java}
elements:
  - id: foo
    synonyms:
      - "{foo|bar|baz}"
{code}
Would print duplication warning. Changing id would resolve the warning.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)