How Alexa knows “peanut butter” is one shopping-list item, not two
11–20 of 147 posts
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#12The German language is superior in this regard because there it would we either "peanut, butter" or "peanutbutter".
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#13Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#14The German language is superior in this regard because there it would we either "peanut, butter" or "peanutbutter".
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#15Pretty much every entity detector that I have used operates on a similar principle. Not sure whats new here.
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#16Unless they have all and everything hardcoded, even such natural thing are impossible to process for the "natural" language processing programs.
All cloud "AI" and "natural" language processing services should really be called "lots and lots of hardcoded stuff language processing"
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#17The German language is superior in this regard because there it would we either "peanut, butter" or "peanutbutter".
I'd say it was probably worse in this respect, doesn't German have a lot more of these "compound" words that would need to be parsed in this way?
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#18This, yet again shows just how far the computer science is from real natural language processing, despite of all "AI" companies' claims. Unless they have all and everything hardcoded, even such natural thing are impossible to process for the "natural" language processing programs. All cloud "AI" and "natural" language processing services should really be called "lots and lots of hardcoded stuff language processing"
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#19Pretty much every entity detector that I have used operates on a similar principle. Not sure whats new here.
I'm actually working on an application now where the initial spec called for "search" and it was implemented as exact token matching. A bug was immediately filed because searches for "wlk", "walk", and "walk event" all returned different results.
Re: How Alexa knows “peanut butter” is one shopping-list item, not two
#20This only a surprising thing because a human would parse the waveform as two words and then back into a single concept. A computer could parse it as a single concept directly or in syllable lengthed chunks to be reconfigured however.