I have an entity with search strategy free-text and keyword.
My problem is after I trained the entity for a while and give Wit a new expression with similar value entity, Wit correctly determine the entity, but the value is wrong. Wit automatically infer that the value is synonym of value that is already existed.
In my case, I use it to train a special type of number (I use my native language which still in Beta), let say entity X.
I have trained the entity with value 083333333333. When there is a new expression contains similar value 081333333333, Wit correctly determine the entity as X, but the value is 083333333333 NOT 081333333333. Could Wit detect the entity using its actual value, which is 081333333333?