Created
November 16, 2020 00:20
-
-
Save MeetMartin/ce42e5abe2e794eddc2ee795d6cdcb76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const core = require('@nlpjs/core'); | |
| const nlp = require('@nlpjs/nlp'); | |
| const langenmin = require('@nlpjs/lang-en-min'); | |
| const requestrn = require('@nlpjs/request-rn'); | |
| window.nlpjs = { ...core, ...nlp, ...langenmin, ...requestrn }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment