UNPKG

stanford-simple-nlp-client

Version:

A client for stanford-simple-nlp-server.

17 lines (12 loc) 396 B
# node-stanford-simple-nlp-client > A client for [stanford-simple-nlp-server](https://github.com/xissy/node-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" } } ```