A machine learning application with pre-trained models (OpenNLP) that finds English names on websites with given URLs as input.
To build executable jar use maven:
mvn clean package
java -jar target/NameFinder.jar <URL>
The MIT License (MIT). Please see License File for more information.