You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using ng-autocomplete for my property search feature so the requirement is to search the property name by entered text, but then I found out some property name where seperated by spaces like "maverick property"(actual name) is replaced by "Mav Erick Property" which is not desirable in some situations.
I guess behind the scenes ng-autocomplete uses "Named Entity Recognition" . So It would be better to provide option to disable that feature in certain scenario.
Please let me know if any feature available.
The text was updated successfully, but these errors were encountered:
I was using ng-autocomplete for my property search feature so the requirement is to search the property name by entered text, but then I found out some property name where seperated by spaces like "maverick property"(actual name) is replaced by "Mav Erick Property" which is not desirable in some situations.
I guess behind the scenes ng-autocomplete uses "Named Entity Recognition" . So It would be better to provide option to disable that feature in certain scenario.
Please let me know if any feature available.
The text was updated successfully, but these errors were encountered: