Can someone suggest me some nodejs packages or workarounds that can convert natural language queries into mongodb queries.

Animesh Dwivedi - Jun 4 - - Dev Community

I'm building a simple full stack application that takes user input and convert it into MongoDB query and then give the query output to user.
What I have tried:
I have found nlp.js package that can be used with Nodejs but I want some more options to be available so that I can experiment with them as well.

.