smilli / py-corenlp

Python wrapper for Stanford CoreNLP
353 stars 75 forks source link

leading spaces removed? #12

Open xinyadu opened 7 years ago

xinyadu commented 7 years ago

Hello,

It seems this case is not handled correctly, in terms of character offset (following the example in README)

text = (" Pusheen and Smitha walked along the beach. Pusheen wanted to surf, but fell off the surfboard.")

davidalbertonogueira commented 7 years ago

This seems to be a corenlp server problem.