Semantic Analyis is a Java GUI Application to analyse and compare large amounts of text on a semantic level. It includes a reader for comparing text snippets with the semantic search phrase, a word highlighting feature and analyzer/stemmer from lucene. It contains code from the semantic vectors project. Thanks for the work, Dominic Widdows and Team: https://github.com/semanticvectors/semanticvectors/wiki
Contributors welcome!
This Software is non profit and will be. If you like to donate, please use the button below:
Thanks!
| OSX | Windows Installer | JAR Zip |
- Clone the repository
- Open with IDEA Intellij
- Import Maven Dependencies/Enable Auto Import
- Go to "Maven Project" Tab and enable OSX/Windows and run "package"
- You find the Packages under semantic-analysis/target
- Copy the App from the dmg to /Applications on OSX, run the Installer jar on Windows. On other Platforms, download the JAR Zip, unzip and run in the unzipped folder:
java -jar Semantic Search.jar
- If you want to contribute in any way, please clone, branch and create a pull request.
- Please report Issues with the Issue Tracker