dasmith / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools v3.4.1
GNU General Public License v2.0
612 stars 229 forks source link

Fix for the skipping of non alphanumeric words in a sentence #1

Closed abhaga closed 13 years ago

abhaga commented 13 years ago

Currently the non-alphanumeric words in the sentence get skipped while parsing the words information. I am assuming this was not intentional.