Skip to content

Simple project which finds the names located in body section of a web page with using JSoup and OpenNLP libraries.

Notifications You must be signed in to change notification settings

Tzesh/NameFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NameFinder

What is Name Finder?

Name Finder was given as homework in Computer Programming course. It finds names in the body section of the web page given as URL. You can take a look to instructions.pdf for further information.

Usage

mvn clean package
java -jar target\NameFinder.java <URL>

Example

Example

About

Simple project which finds the names located in body section of a web page with using JSoup and OpenNLP libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages