Download JAR files tagged by rich with all dependencies
jet from group edu.nyu (version 1.9.0)
Information extraction is the process of identifying specified classes of entities, relations, and events in natural language text – creating structured data from unstructured input. JET, the Java Extraction Toolkit, developed at New York University over the past fifteen years, provides a rich set of tools for research and education in information extraction from English text. These include standard language processing tools such as a tokenizer, sentence segmenter, part-of-speech tagger, name tagger, regular-expression pattern matcher, and dependency parser. Also provided are relation and event extractors based on the specifications of the U.S. Government's ACE [Automatic Content Extraction] program. The program is provided under an Apache 2.0 license.
0 downloads
Artifact jet
Group edu.nyu
Version 1.9.0
Last update 21. June 2016
Organization New York University
URL http://cs.nyu.edu/grishman/jet/jet.html
License Apache License, Version 2.0
Dependencies amount 13
Dependencies opennlp-maxent, jyaml, trove4j, jwnl, commons-logging, joda-time, pnuts, mallet, mallet.fst, slf4j-api, slf4j-simple, fanseparser, junit,
There are maybe transitive dependencies!
Group edu.nyu
Version 1.9.0
Last update 21. June 2016
Organization New York University
URL http://cs.nyu.edu/grishman/jet/jet.html
License Apache License, Version 2.0
Dependencies amount 13
Dependencies opennlp-maxent, jyaml, trove4j, jwnl, commons-logging, joda-time, pnuts, mallet, mallet.fst, slf4j-api, slf4j-simple, fanseparser, junit,
There are maybe transitive dependencies!
brap from group no.tornado.brap (version 1.0.1)
BRAP is a Java and Android remoting protocol that uses native Java object serialization, encapsulated in HTTP.
It aims to be an alternative to Spring HttpInvoker and Spring Security
especially when you don't need or want the dependencies of Spring in your client, for example when
building a rich client app or an Android app where size is important.
The authentication mechanism lets you use your own domain objects as credentials.
Server configuration can be expressed solely in web.xml or by subclassing the ProxyServlet but
there is also an optional SpringProxyServlet available for seamless Spring Integration.
BRAP focuses on being easy to use, small in size (9 kb), yet powerful and extensible.
The client uses a pluggable TransportProvider with default implementations for HttpURLConnection and
Apache HttpClient.
Group: no.tornado.brap Artifact: brap
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact brap
Group no.tornado.brap
Version 1.0.1
Last update 18. January 2013
Organization SYSE AS
URL http://brap.tornado.no/
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group no.tornado.brap
Version 1.0.1
Last update 18. January 2013
Organization SYSE AS
URL http://brap.tornado.no/
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jparsec from group jparsec (version 2.0.1)
What is jparsec?
Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only.
Why yet another parser framework?
Jparsec stands out for its combinator nature. It is no parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java /C# language, which also means you can utilize all the utilities in the Java/.Net community to get your parser fancy.
What does "jparsec" stand for?
Jparsec is an implementation of Haskell Parsec on the Java platform.
Feature highlights.
operator precendence grammar.
accurate error location and customizable error message.
rich set of pre-defined reusable combinator functions.
declarative API that resembles BNF.
[email protected]
[email protected]
Artifact jparsec
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!
superpom from group it.tidalwave.thesefoolishthings (version 5.2)
[![Build Status](https://drone.io/bitbucket.org/tidalwave/thesefoolishthings-superpom-src/status.png)]
(https://drone.io/bitbucket.org/tidalwave/thesefoolishthings-superpom-src/latest)
A feature-rich SuperPOM for building Java projects. It features:
* explicit version configuration for a number of plugins;
* easy configurability by means of pre-defined properties to avoid cut & copy of plugin sections.
A number of profiles, that can be easily activated, are available for:
* Spring-AOP configuration;
* different kinds of Continuous Integration tasks, including a full run of QA tools such as JaCoCo, FindBugs, PMD, etc...
* deploying WARs and locally running them with Tomcat or Jetty;
* creating a Mac OS X bundle for JavaFX applications;
* creating .deb packages for both application and services;
* a customized release cycle, including all requirements for the Maven Central such as signing, with a 'transactional' behaviour
(all artifacts, both the DSCM and the Maven artifacts are prepared on the local disk, so they can be uploaded in a second moment);
Remember to customise it
------------------------
If you use it, please remember to change the ```description```,```url```, ```organization```, ```developers```, ```license```, etc...
to override those related to the development of this POM.
Group: it.tidalwave.thesefoolishthings Artifact: superpom
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact superpom
Group it.tidalwave.thesefoolishthings
Version 5.2
Last update 01. May 2023
Organization Tidalwave s.a.s.
URL http://tidalwave.it
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group it.tidalwave.thesefoolishthings
Version 5.2
Last update 01. May 2023
Organization Tidalwave s.a.s.
URL http://tidalwave.it
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
minitest from group rubygems (version 5.4.1)
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
object framework.
minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P
minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
"Again, I can't praise enough the idea of a testing/specing
framework that I can actually read in full in one sitting!"
-- Piotr Szotkowski
Comparing to rspec:
rspec is a testing DSL. minitest is ruby.
-- Adam Hawkins, "Bow Before MiniTest"
minitest doesn't reinvent anything that ruby already provides, like:
classes, modules, inheritance, methods. This means you only have to
learn ruby to use minitest and all of your regular OO practices like
extract-method refactorings still apply.
Group: rubygems Artifact: minitest
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact minitest
Group rubygems
Version 5.4.1
Last update 28. March 2015
Organization not specified
URL https://github.com/seattlerb/minitest
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group rubygems
Version 5.4.1
Last update 28. March 2015
Organization not specified
URL https://github.com/seattlerb/minitest
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 81 from 3 (items total 805)