In this part, we’ll continue with the discussion on how you might conduct an AI-powered search to discover phrases (certain sequence of tokens in a sentence) that satisfy a certain syntactic dependency pattern or several patterns at once. In the previous parts, you learned how this concept can be implemented when you are given a set of words describing a...
Tag: Computer Vision
Title: AI-powered Search with spaCy — Part 14
As you learned in the previous part of this series, guessing what is in a photo is perhaps one of the most interesting and yet challenging tasks of AI, which involves both Computer Vision and NLP. In this article, as well as in the previous two in this series, we concentrate on the NLP techniques that you might use to...