Member since
07-12-2020
3
Posts
0
Kudos Received
0
Solutions
07-14-2020
06:11 AM
Hello, AFAIK, the Stanford CoreNLP wrapper for Apache Spark should not be a bottleneck in terms of parallel processing. Spark would take care of running it parallelly on multiple documents. Regardless of the number of documents, the number of API requests to the CoreNLP server would remain the same.
... View more