All Questions
Tagged with algorithmnatural-language-processing
6 questions
1vote
1answer
1kviews
How to design a NLP algorithm to find a food item in menu card list?
I am new to NLP and AI in general. I am just expecting springboard information so that I can skip all the introduction to NLP websites. I have just started studying NLP and want to know how to go ...
1vote
0answers
39views
What algorithm to use for finding artists/bands in text and differentiating between artists that share the same name
Here's the data I have: Text from articles from various music blogs & music news sites (title, summary, full content, and sometimes tags). I used a couple different NLP/NER tools (nltk, spacy,...
2votes
1answer
81views
Giving an AI a purpose to talk
I am trying to teach my AI to talk. The problem is I'm struggling to find a good scenario in which it needs to. Some ideas I had were: "Describe a geometric scene" - Then together with a parser we ...
2votes
1answer
2kviews
How to find the subject in a text? [closed]
I often develop bots and I need to understand what some people are saying. Examples: - I want an apple - I want an a p p l e How do I find the object (apple)? I honestly don't know where to start ...
7votes
2answers
644views
How to determine if an Amazon review is likely to be fake using text classification
I'm currently in the research stage of building a web app in ASP.NET where the user can input a URL to an Amazon product, then the app would determine how likely its reviews are to be genuine. I need ...
8votes
1answer
206views
What artificial intelligence strategies are useful for summarization?
If I have a paragraph I want to summarize, for example: Ponzo and Fila went to the mall during the day. They walked for a long while, stopping at shops. They went to many shops. At first, they didn'...