From 14dc3dde2805859b26d1c4c94dfa8b03fde424b7 Mon Sep 17 00:00:00 2001 From: akullpp Date: Sat, 12 Jul 2014 09:25:32 +0200 Subject: [PATCH] Update README.md Removed Struts, not awesome. Fixed some formatting --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd4f480..179fb2a 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ *Libraries that are specialized on processing text* -* [Apache OpenNLP](https://opennlp.apache.org/) Toolkit for common tasks like tokenization. +* [Apache OpenNLP](https://opennlp.apache.org/) - Toolkit for common tasks like tokenization. * [LingPipe](http://alias-i.com/lingpipe/) - Toolkit for a variety of tasks ranging from POS tagging to sentiment analysis. * [Mallet](http://mallet.cs.umass.edu/) - Statistical natural language processing, document classification, clustering, topic modeling, etc. @@ -194,8 +194,8 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ *APIs which handle the persistence of objects* -* [EclipseLink](https://www.eclipse.org/eclipselink/) Supports a number of persistence standards: JPA, JAXB, JCA and SDO -* [Hibernate](http://hibernate.org/orm/) Robust and widely used with an active community. +* [EclipseLink](https://www.eclipse.org/eclipselink/) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO +* [Hibernate](http://hibernate.org/orm/) - Robust and widely used with an active community. ## PDF @@ -279,7 +279,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ *Frameworks that handle the communication between the layers of an web application* -* [Apache Struts](http://struts.apache.org/) * [Apache Tapestry](http://tapestry.apache.org/) * [Spring](http://projects.spring.io/spring-framework/) * [Grails](https://grails.org/)