UNPKG
stanford-simple-nlp-client
Version:
latest (0.0.1)
0.0.1
A client for stanford-simple-nlp-server.
xissy/node-stanford-simple-nlp-client
stanford-simple-nlp-client
/
index.js
4 lines
(2 loc)
•
68 B
JavaScript
View Raw
1
2
3
4
require
(
'coffee-script'
);
module
.exports =
require
(
'./lib/index'
);