Skip to content

Program that searchs articles that are related to a given input query from a set of Rss feeds

Notifications You must be signed in to change notification settings

octaviospain/CustomArticleFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Article Finder

This program searches articles that are related to a given input query, using a tf-df search approach. Articles are added by selecting a text file in which each line is a link to an RSS feed link, the program will read the content and will parse and add all the articles, computing the term frequencies and inverse document frequencies.

1 2

Usage

To run the application just type the following

mvn exec:java -D exec.mainClass="cuni.software.ViewRunner"

License

No license, this project was made for educational purposes. The code can be used by anyone for anything.