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

[jira] [Created] (NLPCRAFT-203) Intents matching order error.

Sergey Kamov created NLPCRAFT-203:
-------------------------------------

             Summary: Intents matching order error.
                 Key: NLPCRAFT-203
                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-203
             Project: NLPCraft
          Issue Type: Improvement
          Components: probe
            Reporter: Sergey Kamov
            Assignee: Aaron Radzinski
             Fix For: 0.7.3


If model has 2 intents:
intent=req1 term(ind)~\{id == 'wt:phen'} term(city)~\{id == 'nlpcraft:city'}?
intent=req2 term(ind)~\{id == 'wt:phen'} term(city)~\{id == 'nlpcraft:city'}

I guess the second should win always, but won the first.



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