Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.67 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.67 KB

README

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!

Download Applications

| OSX | Windows Installer | JAR Zip |

How do I get set up with the sourcecode?

  • 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

Contribution guidelines

  • If you want to contribute in any way, please clone, branch and create a pull request.

Support and Issues

  • Please report Issues with the Issue Tracker