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)