data detector

Terms from Artificial Intelligence for Human Computer Interaction

The glossary is incomplete. Page numbers will change for published book.

From entry data detector in glossary Artificial Intelligence: humans at the heart of algorithms

A data detector scans text for terms such as names, post codes or numbers in order to make live links to related information, or in other ways help the user. They may use lookups in dictionaries or databases for named entities (movie titles, names of places, etc.), regular expressions for pattern-structured items (such as book ISBNs or telephone numbers), or more complex rules. You probably have encountered data detectors in email messages identifying URLs to make them live links, or dates and times to suggest adding a calendar event.

Used in Chap. 2: page 29