Fork me on GitHub

Java Dependencies

oopcorenlp_web depends on a few external java libraries. These dependencies are specified in pom.xml and are managed by maven.

All java dependencies are available from maven central. Please respect the licensing on any 3rd party libraries.

oopcorenlp_web does not have an explicit dependency on oopcorenlp or Stanford CoreNLP. However the StandfordBrat visualizations in particular are highly indebted to code in the Stanford CoreNLP package, and in general I think it will be very difficult to run oopcorenlp_web without oopcorenlp. See oopcorenlp_ci for automated build scripts to manage these dependencies.

The oopcorenlp_web.war file should be compatible with any J2EE web container. However, I strongly recommend running it under Tomcat.

Browser Dependencies

oopcorenlp_web depends on several external libraries:

These dependencies are specified as html link or script tags and are resolved in the browser via internet based cdn sites.

Image dependencies

Various oopcorenlp annotations include thumbnail image references. oopcorenlp_web passes these references directly through to the browser as html img src attributes with no validation. YMMV.