Skip to content

NameFinder is a Maven project that extracts names from a given web page and prints them to the console. It utilizes the Jsoup library to fetch the content of the specified web page and processes it using the NameFinder of OpenNLP. Additionally, it may utilize a Sentence Detector and Tokenizer.

Notifications You must be signed in to change notification settings

AliHanBtmz/Name-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Name Finder

Name Finder is a Maven project that extracts names from a given web page and prints them to the console. It utilizes the Jsoup library to fetch the content of the specified web page and processes it using the NameFinder of OpenNLP. Additionally, it may utilize a Sentence Detector and Tokenizer. Trained models should be placed under the src/main/resources folder.

Project Features:

  • Retrieves the content of the specified web page based on the provided URL.
  • Processes and cleans the content of the web page using the Jsoup library.
  • Uses the NameFinder of OpenNLP to identify names within the text.
  • Optionally, utilizes a Sentence Detector and Tokenizer if needed.
  • Trained models should be located under the main/resources folder.

Project Example input and output:
image

About

NameFinder is a Maven project that extracts names from a given web page and prints them to the console. It utilizes the Jsoup library to fetch the content of the specified web page and processes it using the NameFinder of OpenNLP. Additionally, it may utilize a Sentence Detector and Tokenizer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages