Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 849 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 849 Bytes

Online Java NLP Tools

Simple Java Maven web project for NLP tools running on Spring MVC. Implements the following frameworks and tools:

  • Spring MVC
  • RESTful web services
  • Swagger API documentation
  • Stanford NLP tools
  • WordNet

Installation

Requires Java 7, Eclipse 4.5.1 (Mars), Apache Maven 3.3.3, a Java web server (e.g. Apache Tomcat 7)

Usage

The app has been launched on Heroku. The site can be accessed with the following link

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

Written by Gerardo Figueroa. Uses Stanford NLP tools and MIT Wordnet library.