Skip to content

bl4cktrum/NameFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name Finder

This program extracts names from the given web page and prints them to the console using Jsoup to html parse and Apache OpenNLP for natural language process

Usage:

mvn clean package<br>
java -jar target\bim207hw2.jar {URL}

Example:

mvn clean package
java -jar target\bim207hw2.jar https://opennlp.apache.org/books-tutorials-and-talks.html

Outputs:

Berlin Buzzwords
Boris Galitsky
Drew Farris
Peter Thygesen
Tom Morton

URL in example: check

About

This program extracts names from the given web page and prints them to the console. The program takes a URL as an argument

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages