Closed CrocodilePundee closed 11 years ago
the online stanford NLP parser has a 70 word limit. is that just the web version or does the algorithm have that limit, too?
You would have to set the option "parse.maxlen" for the StanfordCoreNLP parser. I'm not sure what the default is, though.
?