Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
DeFacto/installation.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (14 sloc)
881 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Installation | |
If you want to try Defacto all you need to do is: | |
- 1. check out DeFacto (https://github.com/SmartDataAnalytics/DeFacto.git) | |
- 2. copy defacto.ini.default to defacto.ini | |
- 3. get your own [bing search api key](http://www.bing.com/toolbox/bingsearchapi) | |
- 4. write this key to the defacto.ini (adjust your settings based on changes informed below) | |
- 5. set up the environment | |
- 5.1 [Apache solr 4.5](https://archive.apache.org/dist/lucene/solr/4.5.0/) for indexing | |
- 5.2 [MySQL 5.5](https://dev.mysql.com/doc/refman/5.5/en/) for query support | |
- 5.2.1 create a new database dubbed ```dbpedia_metrics``` and import the file ```dbpedia_metrics.sql``` | |
- 5.3 [WordNET 3.1](https://wordnet.princeton.edu/wordnet/download/) | |
- 6. run DefactoDemo.java | |
## Requirements | |
Java 7, Maven, Solr 4.5, MySQL 5.5, Wordnet, Weka 3.3.6 (in case you want to check models out |