Hi, Marlon, Yes, they are different. Although you would have the the opennlp-tools in your classpath in both cases, using opennlp-uima would also include some other libraries that you don't need. Opennlp-uima is a wrapper to be used with Apache UIMA <http://uima.apache.org/>.
I don't know what would cause your error. It is working for me, but I am using maven. William On Wed, May 9, 2012 at 10:39 PM, marlon hendred <[email protected]> wrote: > Hi, > > I'm trying to use OpenNLP in a grails project that uses maven for > dependency management. When I use the opennlp-tools dependency I get > the following maven error: > > [INFO] Unable to find resource > 'org.apache.opennlp:opennlp-tools:bundle:1.5.2-incubating' in > repository central (http://repo1.maven.org/maven2) > > > but when I use opennlp-uima its seems to work. I also checked my local > repo and it looks like it did in fact download the opennlp-tools jar > at some point not sure when though. > > My question is, what is the difference between the opennlp-uima and > opennlp-tools jars. Is there any reason I would want to use one over > the other? Thanks in advance. > > -Marlon >
