We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I really like this lib for nlp in node.js. But I'd like to know if mongodb can be used for model.nlp. If not, can we please implement it? Thanks!
The text was updated successfully, but these errors were encountered:
You can define an own "filesystem" implememtation ... see https://github.com/axa-group/nlp.js/blob/master/docs/v4/core/file-system.md
So you just need to define the needed methods and then register this own instance as "fs" container
Sorry, something went wrong.
MongoDB can be used, in fact, we have an @nlpjs/mongodb-adapter since 2 years ago. In the conf can be used with:
use: ['Basic', 'LangEn', 'Database', 'MongodbAdapter'...]
I hope it helps.
@ericzon But is the adapte rnot only a "database" topic, so for session and such ... but not for files likle the corpus file and such.
No branches or pull requests
I really like this lib for nlp in node.js. But I'd like to know if mongodb can be used for model.nlp. If not, can we please implement it?
Thanks!
The text was updated successfully, but these errors were encountered: