Let's say you want to match against apples unless it is part of a Rick and Morty reference. Rather than build a classifier, you decide you will match the word apples unless it is in the phrase hungry for apples or in a sentence with the words/phrases "rick", "morty", "jerry", "wubba lubba dub dub".
This is a simple, often-accurate-enough solution to the problem of context, and we should have match hooks for this. I imagine them looking like:
Let's say you want to match against
apples
unless it is part of a Rick and Morty reference. Rather than build a classifier, you decide you will match the wordapples
unless it is in the phrasehungry for apples
or in a sentence with the words/phrases"rick", "morty", "jerry", "wubba lubba dub dub"
.This is a simple, often-accurate-enough solution to the problem of context, and we should have match hooks for this. I imagine them looking like: