Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 514 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 514 Bytes

InformationExtraction

How to run:

  1. Download latest stanford coreNLP model from here.
  2. Uncompress the downloaded jar file, and replace the edu folder in project ie.
  3. The project needs Scala 2.10.4 and Spark 1.6. If using intellij, add the lib folder, Spark assembly jar file and scale SDK to the project library. If using Spark 2.0+, please use Scala 2.11.8.
  4. Run SparkBatchTest, input data file paths or sentences to test.