Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syfantid authored Sep 16, 2016
1 parent 2ab36ce commit 20edbfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Fix the Fixing EU project code
###Dependencies
org.mongodb:mongodb-driver:3.2.2

###For WordNet:

- Download WordNet [executable](http://wordnet.princeton.edu/wordnet/download/current-version/) *(not just DB files)*

- Download [rita.jar](http://www.rednoise.org/rita/download.php) *(end of page)*

- Add rita.jar to project and if needed change path in getSynonyms function (line: RiWordNet wordnet = new RiWordNet("C:\\Program Files (x86)\\WordNet\\2.1"); // The WordNet directory)

###Example Arguments for Twitter
querysearch="(Djokovic OR Novak) fixing" since=2016-01-18 until=2016-01-30 maxtweets=1000 theme="djokovic"

Expand Down

0 comments on commit 20edbfa

Please sign in to comment.