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
Requires Java 7, Eclipse 4.5.1 (Mars), Apache Maven 3.3.3, a Java web server (e.g. Apache Tomcat 7)
The app has been launched on Heroku. The site can be accessed with the following link
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
Written by Gerardo Figueroa. Uses Stanford NLP tools and MIT Wordnet library.