brendano / stanford_corenlp_pywrapper

151 stars 59 forks source link

incorporating dcoref to fullparse #9

Closed rasika closed 9 years ago

rasika commented 9 years ago

I made following changes:

  1. adding -dcoref annotator to the fullparse
  2. adding it to the json output
  3. create DEBUG functionality using stdin/stdout communication. So, you can interact with the server using the console in the DEBUG mode
brendano commented 9 years ago

Thanks! Unfortunately, I'm having a hard time reading the diff because lots of formatting was changed. Could you make a version that only has changes where it was necessary to change the code?

rasika commented 9 years ago

I agree, i will do it :)