0

I just came up with a tricky case that is blowing my mind. I'm using a 2 classic UsrDef entity (UDE) with free-text and keywords search strategies.

  • Where can I find the phone number of John Doe?
  • Where can I find the office of Mark Zuckerberg?

The one of interest is the one that captures phone number, office, etc. called typeInfo

Well, now I have the following expression:

  • Where can I find Isaac Newton?

Mhh... no explicit typeInfo, but I want it to be treated as an intent to search Isaac Newton's office (typeInfo - office).

Should I add the 'trait' search strategy (having the three of them activated) to typeInfo?

I'll appreciate some light on this issue. Thanx!

Carlos Araya
  • 861
  • 2
  • 10
  • 17

1 Answers1

0

I would try to have this entity be only a trait entity.

Given enough examples, wit should learn that the word "office" is what makes the entity value be "office", etc

Stepan Parunashvili
  • 2,627
  • 5
  • 30
  • 51