stanford-simple-nlp-client

A client for stanford-simple-nlp-server.

Usage no npm install needed!

<script type="module">
  import stanfordSimpleNlpClient from 'https://cdn.skypack.dev/stanford-simple-nlp-client';
</script>

README

node-stanford-simple-nlp-client

A client for stanford-simple-nlp-server.

Installation

WARNING: Before using this module, you must write config.json file at this module's root directory to let the module know the server's url.

Like this:

{
  "stanfordSimpleNlp": {
    "serverUrl": "http://yourserver.com"
  }
}