Skip to content

Parse out complete sentences from html (file or remote website)

Notifications You must be signed in to change notification settings

csharpconsultant/SentenceParserFromWebSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentence Parser From Website

Parse out complete sentences from html (file or remote website) This program was developed as a proof of concept to parse complete sentences from HTML while discarding any incomplete sentences.

It is helpful if you plan on further processing the text. One example would be sentiment analysis.

ScreenShot
Figure 1: This shows the parsing of sentences from an SEC Filing.

This engine uses a combination of Regular Expressions to parse out unwanted characters and the OpenNLP English Maximum Entropy Sentence Detector.

About

Parse out complete sentences from html (file or remote website)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published