In the first article of this series, you learned some techniques you might use to process user questions, extracting the key word or phrase from it to perform a search on the web. You saw some examples of how to deal with certain types of user questions, finding the most important pieces of information in it. In this part, you’ll...
Tag: Wikipedia
AI-powered Search with spaCy — Part 1
One of those tasks AI powered application usually faces is the ability to understand what the user is asking about or what he/she wants to know. Actually, it’s a big challenge to make your code “understand’ user questions. In this article, you’ll see an example of how you can create “smart” code that can process a certain type of user...
Answering Questions Programmatically with Wikipedia API and spaCy
In the modern world, artificial Intelligence (AI) is almost everywhere. We have long been accustomed to the fact that a robot picks up the phone when you call a bank, and ordering a pizza can be done without human participation. In this article, you’ll see how to create programming code that can intelligently answer user input. For example, it might...