Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a maven project - Your program extracts names from the given web page and prints them to the console. - The program takes a
Create a maven project - Your program extracts names from the given web page and prints them to the console. - The program takes a URL as an argument. - Use jsoup library to get text of the body section from the given web page - The text produced by jsoup is passed to the namefinder of OpenNLP. : openplp web page - Implementations require trained models and you can access them from the SourceForge Models section at the following link: openplpapacheorg/ modelshtmI - Trained models should be under src/main/resources folder. Important ! Make sure the following commands are running mvn clean package java -jar targetlbim207hw.jar \{URL Output: Berlin Buzzwords Boris Galitsky Drew Farris Peter Thygesen Tom Morton Note: Name finder model may not find all the names from the given text
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started