NLTK REST Java Example Client

Java REST client examples for NLTK integration with Tika

License

License

GroupId

GroupId

edu.usc.ir
ArtifactId

ArtifactId

nltkrest-examples
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

NLTK REST Java Example Client
Java REST client examples for NLTK integration with Tika
Project URL

Project URL

https://github.com/manalishah/NLTKRest
Source Code Management

Source Code Management

https://github.com/manalishah/NLTKRest.git

Download nltkrest-examples

How to add to project

<!-- https://jarcasting.com/artifacts/edu.usc.ir/nltkrest-examples/ -->
<dependency>
    <groupId>edu.usc.ir</groupId>
    <artifactId>nltkrest-examples</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.usc.ir/nltkrest-examples/
implementation 'edu.usc.ir:nltkrest-examples:1.0'
// https://jarcasting.com/artifacts/edu.usc.ir/nltkrest-examples/
implementation ("edu.usc.ir:nltkrest-examples:1.0")
'edu.usc.ir:nltkrest-examples:jar:1.0'
<dependency org="edu.usc.ir" name="nltkrest-examples" rev="1.0">
  <artifact name="nltkrest-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.usc.ir', module='nltkrest-examples', version='1.0')
)
libraryDependencies += "edu.usc.ir" % "nltkrest-examples" % "1.0"
[edu.usc.ir/nltkrest-examples "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.cxf : cxf-rt-rs-client jar 3.0.3
com.fasterxml.jackson.core : jackson-databind jar 2.4.4
org.apache.tika : tika-app jar 1.13-SNAPSHOT

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

NLTK REST Server

This project provides a Work in progress implementation of exposing the NLTK toolkit in Python as a REST service.

There are two projects.

  • NLTK REST - the server itself, a Python PIP/setuptools installable version of exposing NLTK as REST using Flask.
  • NLTK REST Examples - an Apache CXF REST client that tests out the NLTK REST server.

Questions, comments?

Send them to Manali Shah or Chris A. Mattmann.

Contributors

  • Manali Shah, USC
  • Chris A. Mattmann, USC & JPL

License

Apache License, version 2

Versions

Version
1.0