I am using concept parser (senticnet) to extract the concepts from text. I am using PYcharm platform. Can anybody please guide how the following error can be removed. According to analysis i found that the format of parse tree (nlp.parse(sentence)) is not compatible with json dictionary format. Can anybody pleeeeeeease help me in this regard.
File "C:\Python27\Lib\json\__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Python27\Lib\json\decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python27\Lib\json\decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
@Behzad Rouhanizadeh