Skip to content

apexxs/neon-black

Repository files navigation

Overall build instructions

(assuming Java 7, Maven 3+ is configured on the system)

Solr index configuration (prerequisite)

See the core README

OpenSextant Xponents

Build Xponents from GitHub source (prerequisite)

  1. git clone https://github.com/OpenSextant/Xponents.git
  2. cd Xponents
  3. mvn -DskipTests install

neon-black-core

Configure, build, and install the Neon Black code library

  1. Update the following properties in neon-black-core/src/main/resources/NB.properties
  1. cd neon-black-core
  2. mvn install

neon-black-api

Build and run the Neon Black API module

  1. cd ../neon-black-api
  2. mvn package
  3. java -jar target/neonblack-api.jar

Should now be able to GET/POST text to http://localhost:9000/extract?input=

neon-black-web

See the web README

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published