util-email-content-segregation
A Java module that calls to the Mailgun/Talon library via the Jep interpreter to perform email content segregation.
Install Instructions (Unix)
- Download and run the setup script from the jep-talon-install-script project found here.
- Download the split_email.py python script from the util-email-content-segregation-script project found here.
- Set the "PYTHONPATH" environment variable to the directory containing the split_email.py file.
Install Instructions (Windows)
- Download and install Python 2.7 for windows found here. Make sure to install pip as well.
- Download this wheel file (64-bit version) and run
pip install lxml-3.6.0-cp27-cp27m-win_amd64.whl
- Download this wheel file (64-bit version) and run
pip install numpy-1.11.0+mkl-cp27-cp27m-win_amd64.whl
- Download this wheel file (64-bit version) and run
pip install scipy-0.17.0-cp27-none-win_amd64.whl
- Run
install talon==1.2.6 jep==3.8.2
- Download the split_email.py python script from the util-email-content-segregation-script project found here.
- Set the "PYTHONPATH" environment variable to the directory containing the split_email.py file.