| ▲ | anamexis 6 hours ago | |
I think you're going to need some kind of ML to turn that question into a structured search, and interpret the results. | ||
| ▲ | regenschutz 6 hours ago | parent [-] | |
Not necessarily. NLP is possible to do without any ML. See ELIZA [0] as an example, which used pattern matching and substitution to process natural language. A few simple rules can cover a majority of requests. It's still AI, but not ML. Though I do agree that the ML-based NLP thst we have today is much more usable, albeit more compute-expensive. | ||