This commit is contained in:
Anne Lorenz 2018-10-18 22:19:46 +02:00
parent 1d3d13094d
commit 3297beed0a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Prediction of Company Mergers # Predictor for Company Mergers
(Bachelorthesis Anne) (Bachelorthesis Anne)
This project contains python classes for text mining, machine learning models, … This project contains python classes for text mining, machine learning models, …
@ -33,7 +33,7 @@ scikit_learn==0.19.2
## Usage ## Usage
The scripts can be called separately. The scripts can be called separately.
You need to enter a valid personal key for *webhose.io* before you call *Requester.py*. You need to enter a valid personal key for *webhose.io* before you call *Requester.py*.
To run *NER.py* you need to change the path to the JAVAHOME environment variable in *find_companies* method. To run *NER.py* you need to change the path to the *JAVAHOME* environment variable in *find_companies* method.
--- ---
**Author:** Anne Lorenz / Datavard AG **Author:** Anne Lorenz / Datavard AG