This repository three modules for connecting to Noam from Java in various ways.
- lemma-lib - A pure Java library
- processing-library - A packaged library for Processing wrapping the Java library
- max-external - A thin wrapper around the Java library creating a bridge for use in Max patches
This repository can built using Maven. The quickest way to install Maven on OSX is Homebrew.
Follow the instructions, or use the following one liner:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Follow the instructions, or use homebrew:
brew install maven
Clone the repo.
cd <project directory>
mvn clean package
This will create zip archives under the "target/" directory of each module containing all the dependencies, examples, and installation instructions.
See the individual module readme files for details.