xissy / node-stanford-simple-nlp

A simple node.js wrapper for stanford-core-nlp.
Other
148 stars 44 forks source link

read me mistake? #13

Open andrewt3000 opened 9 years ago

andrewt3000 commented 9 years ago

With regards to this code sample... On the first var StanfordSimpleNlp has lower case lp at the end. The next line new StanfordSimpleNLP has upper case LP. Shouldn't they match?

var StanfordSimpleNlp = require('stanford-simple-nlp');

var stanfordSimpleNLP = new StanfordSimpleNLP.StanfordSimpleNLP();