I’m trying to figure out if what I’m doing would classify as Information Retrieval. According to this Thread:
Information retrieval is based on a query - you specify what information you need and it is returned in human understandable form.
I’ve a script that reads unstructured text (titles of books) and extracts names (which I gathered in a list beforehand) from the titles and outputs a CSV with all matched names. Would that be a simple use case of Information Retrieval or is this called „tagging“? If both not, what would one call this technique?
Thanks for your help!