Enclave Wordcloud Code
Brought to you by:
robintaylor
File | Date | Author | Commit |
---|---|---|---|
Wordcloud | 2010-10-26 | robintaylor | [r1] Initial commit of both the Wordcloud app and th... |
voyager | 2010-10-26 | robintaylor | [r1] Initial commit of both the Wordcloud app and th... |
README.txt | 2010-10-26 | robintaylor | [r2] Add a README. |
These are the outputs from the JISC funded Enclave project http://enclave.lib.ed.ac.uk/. There are two outputs... 1. A Java webapp to read the Voyager OPAC search_log and build a wordcloud. In fact there are three variants of the wordcloud. - A wordcloud (output from SearchQueryServlet) - A phrase cloud (output from SearchQueryServlet1) - A 'big screen' worcloud (output from BigScreenServlet) 2. Some enhancements to the Voyager webapp to embed a wordcloud in the index.html page by a Javascript generated call to the Wordcloud webapp. To install... First build the Wordcloud webapp, you will need to change any config parameters for your own purposes. Then deploy the webapp using a sutable web server. Lastly, apply the changes to your Voyager installation to call the deployed Wordcloud app.