Named Entity Recognition Using Apache Spark, Databricks and Stanford CoreNLP
In this article, I will present how I used Stanford CoreNLP library to build a named entity recognizer using Apache spark (Scala) in Databricks .
What is Named Entity Recognition?
Named Entity Recognition (NER) aims to recognize and classify names of people, locations,organizations…