Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created November 16, 2020 00:20
Show Gist options
  • Select an option

  • Save MeetMartin/ce42e5abe2e794eddc2ee795d6cdcb76 to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/ce42e5abe2e794eddc2ee795d6cdcb76 to your computer and use it in GitHub Desktop.
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