Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.4 KB

File metadata and controls

25 lines (21 loc) · 1.4 KB

FactFinders

Fact finders is an implementation based on Jeff Pasternack, 2010, research. This evaluatory project intends to implement the trustworthiness model and graph-based fact finding algorithms for Open Data.

Search is federated for querying resources in Clueweb index, Search uses Wordtnet Index for synonyms, in order to organize multiple possible queries.

Properties.xml

User is required to create an internal Properties.xml file with the content given below:

<jwnl_properties language="en"> </jwnl_properties>

Wordnet dictionary

Wordnet's current version can be downloaded from http://wordnet.princeton.edu/wordnet/download/current-version/ Place the "dict" folder in your project forlder to enable the Wordnet functionality.