Skip to content

amlan01/NLP-article-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP-article-analyzer

article analyzer using NLPStanford lib.

Goal: whether mention of "x" company was made in an online article

Used Boilerpipe lib to extract web feed plus cleaning. POS tagging using Stanford lib (basically the model/trainer data set)

Extracted only proper nouns for accomplishmnet of goal. Tokenized / split proper nouns for output from POS tagging --> apple_NNP, microsoft_NNP,... Finally used hashset and arraylist for final step data capture.

About

article analyzer using NLPStanford lib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages