You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: