Skip to content

Commit

Permalink
Merge pull request #15 from Sarenne/feature/feature_augmentation
Browse files Browse the repository at this point in the history
Avoid TimeOut issues from CoreNLPClient
  • Loading branch information
abhisheknovoic authored Jul 22, 2020
2 parents 7b101db + 0562d08 commit c9372cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blabla/document_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def __enter__(self):
self.client = CoreNLPClient(
properties=language_properties_fp, **self.config["corenlp"]
)
self.client.start()
return self

def break_json_into_chunks(self, doc_json):
Expand Down

0 comments on commit c9372cf

Please sign in to comment.