dasmith / stanford-corenlp-python

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

Complete support for UTF-8 and StandardNLP 3.5.2 #17

Open lendormi opened 9 years ago

lendormi commented 9 years ago

I'm working on an french application. all french accent like "é,è,à" doesn't work on corenlp.py on python 2.7.7. On line 75, text.encode('utf-8') returns empty. i remove encode('utf-8') and i encoded all files py on utf-8.

lendormi commented 9 years ago

Add support for standard NLP 3.5.2