Download JAR files tagged by full with all dependencies
rush from group edu.utah.bmi.nlp (version 3.0)
RuSH is an efficient, reliable, and easy adaptable rule-based sentence segmentation solution. It is
specifically designed to handle the telegraphic written text in clinical note. It leverages a nested hash table
to execute simultaneous rule processing, which reduces the impact of the rule-base growth on execution time and
eliminates the effect of rule order on accuracy.
If you wish to cite RuSH in a publication, please use:
Jianlin Shi ; Danielle Mowery ; Kristina M. Doing-Harris ; John F. Hurdle.RuSH: a Rule-based Segmentation Tool
Using Hashing for Extremely Accurate Sentence Segmentation of Clinical Text. AMIA Annu Symp Proc. 2016: 1587.
The full text can be found at:
https://knowledge.amia.org/amia-63300-1.3360278/t005-1.3362920/f005-1.3362921/2495498-1.3363244/2495498-1.3363247?timeStamp=1479743941616
This version allows defining section scopes for sentence segmentation.
Artifact rush
Group edu.utah.bmi.nlp
Version 3.0
Last update 10. February 2018
Organization The Department of Biomedical Informatics, University of Utah
URL https://github.com/jianlins/RuSH
License The Apache Software License, Version 2
Dependencies amount 3
Dependencies nlp-core, fastner, junit-repeat-rule,
There are maybe transitive dependencies!
Group edu.utah.bmi.nlp
Version 3.0
Last update 10. February 2018
Organization The Department of Biomedical Informatics, University of Utah
URL https://github.com/jianlins/RuSH
License The Apache Software License, Version 2
Dependencies amount 3
Dependencies nlp-core, fastner, junit-repeat-rule,
There are maybe transitive dependencies!
rush from group edu.utah.bmi (version 1.0)
RuSH is an efficient, reliable, and easy adaptable rule-based sentence segmentation solution. It is
specifically designed to handle the telegraphic written text in clinical note. It leverages a nested hash table
to execute simultaneous rule processing, which reduces the impact of the rule-base growth on execution time and
eliminates the effect of rule order on accuracy.
If you wish to cite RuSH in a publication, please use:
Jianlin Shi ; Danielle Mowery ; Kristina M. Doing-Harris ; John F. Hurdle.RuSH: a Rule-based Segmentation Tool
Using Hashing for Extremely Accurate Sentence Segmentation of Clinical Text. AMIA Annu Symp Proc. 2016: 1587.
The full text can be found at:
https://knowledge.amia.org/amia-63300-1.3360278/t005-1.3362920/f005-1.3362921/2495498-1.3363244/2495498-1.3363247?timeStamp=1479743941616
Artifact rush
Group edu.utah.bmi
Version 1.0
Last update 23. April 2017
Organization The Department of Biomedical Informatics, University of Utah
URL https://github.com/jianlins/RuSH
License The Apache Software License, Version 2
Dependencies amount 6
Dependencies uimaj-core, uimaj-tools, uimaj-document-annotation, uimafit-core, uimaj-examples, junit,
There are maybe transitive dependencies!
Group edu.utah.bmi
Version 1.0
Last update 23. April 2017
Organization The Department of Biomedical Informatics, University of Utah
URL https://github.com/jianlins/RuSH
License The Apache Software License, Version 2
Dependencies amount 6
Dependencies uimaj-core, uimaj-tools, uimaj-document-annotation, uimafit-core, uimaj-examples, junit,
There are maybe transitive dependencies!
clirr-maven-plugin from group org.neo4j.build.plugins (version 1.0.1)
This is a specialized version of the Clirr Maven Plugin. It adds capabilities for excluding specific
error types, as well as separating code into three, rather than two, subgroups:
Internal code (no checks)
Externally invoked code (Annotated with an "externally invoked" annotation, same as Externally implemented, but adding methods to interfaces
and abstract classes is allowed)
Externally implemented code (Assumed default. Full backwards compatibility required *unless* an interface is annotated with
a defined adaptor annotation, in which case full backwards compatibility is required for the adaptor class, but the rules of @ExternallyInvoked
apply to the interface itself)
Clirr is a tool that checks Java libraries for binary and source compatibility with older releases.
Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API.
The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes.
In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental
introduction of binary or source compatibility problems. Additionally, the plugin can generate
a report as part of the generated site.
Group: org.neo4j.build.plugins Artifact: clirr-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact clirr-maven-plugin
Group org.neo4j.build.plugins
Version 1.0.1
Last update 09. November 2015
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 14
Dependencies clirr-core, bcel-findbugs, maven-artifact, maven-model, maven-plugin-api, maven-project, doxia-decoration-model, doxia-module-xhtml, doxia-sink-api, doxia-site-renderer, maven-reporting-api, plexus-i18n, plexus-utils, junit,
There are maybe transitive dependencies!
Group org.neo4j.build.plugins
Version 1.0.1
Last update 09. November 2015
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 14
Dependencies clirr-core, bcel-findbugs, maven-artifact, maven-model, maven-plugin-api, maven-project, doxia-decoration-model, doxia-module-xhtml, doxia-sink-api, doxia-site-renderer, maven-reporting-api, plexus-i18n, plexus-utils, junit,
There are maybe transitive dependencies!
sirix-core from group com.github.johanneslichtenberger.sirix (version 0.1.0)
Sirix is a versioned, treebased storage system. It provides
an ID-less diff-algorithm to import differences between two versions. Furthermore
an ID-based diff-algorithm facilitates the comparison of versions stored within
Sirix. A GUI with several visualizations for comparing these versions visually is
available to aid an analyst. Versions are stored using well known versioning strategies (full, incremental, differential).
The architecture is especially well suited for flash-disks because of a COW-principle. In the future we aim to provide throughout security as
well as a replaced page-structure to speedup our architecture. A brackit(.org) binding will
enable XQuery and the XQuery Update Facility. Temporal XPath axis and possibly diff-functions will help analysts to gain quick knowledge from the stored data.
0 downloads
Artifact sirix-core
Group com.github.johanneslichtenberger.sirix
Version 0.1.0
Last update 27. September 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies snappy-java,
There are maybe transitive dependencies!
Group com.github.johanneslichtenberger.sirix
Version 0.1.0
Last update 27. September 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies snappy-java,
There are maybe transitive dependencies!
sirix-parent from group com.github.johanneslichtenberger.sirix (version 0.1.1)
Sirix is a versioned, treebased storage system. It provides
an ID-less diff-algorithm to import differences between two versions (currently XML-documents). Furthermore
an ID-based diff-algorithm facilitates the comparison of versions stored within
Sirix. A GUI with several visualizations for comparing these versions visually is
available to aid an analyst. Versions are stored using well known versioning strategies (full, incremental, differential).
The architecture is especially well suited for flash-disks because of a COW-principle. In the future we aim to provide throughout security as
well as a replaced page-structure to speedup our architecture. A brackit(.org) binding will
enable XQuery and the XQuery Update Facility. Temporal XPath axis and possibly diff-functions will help analysts to gain quick knowledge from the stored data.
Group: com.github.johanneslichtenberger.sirix Artifact: sirix-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sirix-parent
Group com.github.johanneslichtenberger.sirix
Version 0.1.1
Last update 27. September 2012
Organization not specified
URL https://github.com/JohannesLichtenberger/sirix
License New BSD
Dependencies amount 9
Dependencies je, aspectjrt, slf4j-api, perfidix, xmlunit, logback-classic, guice, gson, guava,
There are maybe transitive dependencies!
Group com.github.johanneslichtenberger.sirix
Version 0.1.1
Last update 27. September 2012
Organization not specified
URL https://github.com/JohannesLichtenberger/sirix
License New BSD
Dependencies amount 9
Dependencies je, aspectjrt, slf4j-api, perfidix, xmlunit, logback-classic, guice, gson, guava,
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!
intelligentgraph from group com.inova8 (version 0.9.4)
The IntelligentGraph SAIL offers an extended capability for embedded calculation support within any RDF graph. When enabled as an RDF4J SAIL, it offers calculation functionality as part of the RDF4J engine, on top of any RDF4J repository, using a variety of script engines including JavaScript, Jython, and Groovy. It preserves the SPARQL capability of RDF4J, but with additional capabilities for calculation debugging and tracing.
IntelligentGraph includes the PathQL query language. Just as a spreadsheet cell calculation needs to access other cells, an IntelligentGraph calculation needs to access other nodes within the graph. Although full access to the underlying graph is available to any of the scripts, PathQL provides a succinct, and efficient method to access directly or indirectly related nodes. PathQL can either return just the contents of the referenced nodes, or the contents and the path to the referenced nodes.
PathQL can also be used standalone to query the IntelligentGraph-enabled RDF database. This supplements, rather than replaces, SPARQL and GraphQL, as it provides graph-path querying rather than graph-pattern querying capabilities to any IntelligentGraph-enabled RDF database.
The principles of IntelligentGraph are described here: https://inova8.com/bg_inova8.com/intelligent-graph-knowledge-graph-embedded-analysis/
The full PathQL syntax is described here: https://inova8.com/bg_inova8.com/pathpatternql-intelligently-finding-knowledge-as-a-path-through-a-maze-of-facts/
Using Jupyter as an IDE to IntelligentGraph and RDF4J, shown here: https://inova8.com/bg_inova8.com/intelligentgraph-getting-started/
IntelligentGraph source is here in GitHub: https://github.com/peterjohnlawrence/com.inova8.intelligentgraph
IntelligentGraph Docker containers are available here: https://hub.docker.com/repository/docker/inova8/intelligentgraph
0 downloads
Artifact intelligentgraph
Group com.inova8
Version 0.9.4
Last update 26. April 2022
Organization inova8
URL https://www.inova8.com
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies commons-cli, rdf4j-runtime, antlr4-runtime, seeq-sdk, jcl-over-slf4j, jericho-html,
There are maybe transitive dependencies!
Group com.inova8
Version 0.9.4
Last update 26. April 2022
Organization inova8
URL https://www.inova8.com
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies commons-cli, rdf4j-runtime, antlr4-runtime, seeq-sdk, jcl-over-slf4j, jericho-html,
There are maybe transitive dependencies!
huemul-bigdatagovernance_2.12 from group com.huemulsolutions.bigdata (version 2.6.3)
Enable full data quality and data lineage for BigData Projects.
Huemul BigDataGovernance, es una librería que trabaja sobre Spark, Hive y HDFS. Permite la implementación de una **estrategia corporativa de dato único**, basada en buenas prácticas de Gobierno de Datos.
Permite implementar tablas con control de Primary Key y Foreing Key al insertar y actualizar datos utilizando la librería, Validación de nulos, largos de textos, máximos/mínimos de números y fechas, valores únicos y valores por default. También permite clasificar los campos en aplicabilidad de derechos ARCO para facilitar la implementación de leyes de protección de datos tipo GDPR, identificar los niveles de seguridad y si se está aplicando algún tipo de encriptación. Adicionalmente permite agregar reglas de validación más complejas sobre la misma tabla.
Facilita la configuración y lectura de las interfaces de entrada, permitiendo ajustar los parámetros de lectura en esquemas altamente cambientes, crea trazabilidad de las interfaces con las tablas en forma automática, y almacena los diccionarios de datos en un repositorio central.
Finalmente, también automatiza la generación de código a partir de las definiciones de las interfaces de entrada, y la creación del código inicial de lógica de negocio.
Group: com.huemulsolutions.bigdata Artifact: huemul-bigdatagovernance_2.12
Show documentation Show source
Show documentation Show source
0 downloads
Artifact huemul-bigdatagovernance_2.12
Group com.huemulsolutions.bigdata
Version 2.6.3
Last update 19. July 2021
Organization not specified
URL http://www.HuemulSolutions.com
License Apache License, Version 2.0
Dependencies amount 15
Dependencies huemul-sql-decode_${scala.tools.version}, scala-library, spark-streaming_${scala.tools.version}, hive-jdbc, hbase-spark, hbase-client, hbase-common, hbase-protocol, hbase-annotations, hbase-hadoop-compat, hbase-hadoop2-compat, hive-warehouse-connector_2.11, tika-core, tika-parsers, tika-xmp,
There are maybe transitive dependencies!
Group com.huemulsolutions.bigdata
Version 2.6.3
Last update 19. July 2021
Organization not specified
URL http://www.HuemulSolutions.com
License Apache License, Version 2.0
Dependencies amount 15
Dependencies huemul-sql-decode_${scala.tools.version}, scala-library, spark-streaming_${scala.tools.version}, hive-jdbc, hbase-spark, hbase-client, hbase-common, hbase-protocol, hbase-annotations, hbase-hadoop-compat, hbase-hadoop2-compat, hive-warehouse-connector_2.11, tika-core, tika-parsers, tika-xmp,
There are maybe transitive dependencies!
huemul-bigdatagovernance from group com.huemulsolutions.bigdata (version 2.6.3)
Enable full data quality and data lineage for BigData Projects.
Huemul BigDataGovernance, es una librería que trabaja sobre Spark, Hive y HDFS. Permite la implementación de una **estrategia corporativa de dato único**, basada en buenas prácticas de Gobierno de Datos.
Permite implementar tablas con control de Primary Key y Foreing Key al insertar y actualizar datos utilizando la librería, Validación de nulos, largos de textos, máximos/mínimos de números y fechas, valores únicos y valores por default. También permite clasificar los campos en aplicabilidad de derechos ARCO para facilitar la implementación de leyes de protección de datos tipo GDPR, identificar los niveles de seguridad y si se está aplicando algún tipo de encriptación. Adicionalmente permite agregar reglas de validación más complejas sobre la misma tabla.
Facilita la configuración y lectura de las interfaces de entrada, permitiendo ajustar los parámetros de lectura en esquemas altamente cambientes, crea trazabilidad de las interfaces con las tablas en forma automática, y almacena los diccionarios de datos en un repositorio central.
Finalmente, también automatiza la generación de código a partir de las definiciones de las interfaces de entrada, y la creación del código inicial de lógica de negocio.
Group: com.huemulsolutions.bigdata Artifact: huemul-bigdatagovernance
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact huemul-bigdatagovernance
Group com.huemulsolutions.bigdata
Version 2.6.3
Last update 21. April 2021
Organization not specified
URL http://www.HuemulSolutions.com
License Apache License, Version 2.0
Dependencies amount 15
Dependencies huemul-sql-decode, scala-library, spark-streaming_${scala.tools.version}, hive-jdbc, hbase-spark, hbase-client, hbase-common, hbase-protocol, hbase-annotations, hbase-hadoop-compat, hbase-hadoop2-compat, hive-warehouse-connector_2.11, tika-core, tika-parsers, tika-xmp,
There are maybe transitive dependencies!
Group com.huemulsolutions.bigdata
Version 2.6.3
Last update 21. April 2021
Organization not specified
URL http://www.HuemulSolutions.com
License Apache License, Version 2.0
Dependencies amount 15
Dependencies huemul-sql-decode, scala-library, spark-streaming_${scala.tools.version}, hive-jdbc, hbase-spark, hbase-client, hbase-common, hbase-protocol, hbase-annotations, hbase-hadoop-compat, hbase-hadoop2-compat, hive-warehouse-connector_2.11, tika-core, tika-parsers, tika-xmp,
There are maybe transitive dependencies!
groupdocs-metadata from group com.groupdocs (version 18.5)
GroupDocs.Metadata for Java is a class library to process metadata associated with various Document, Image, CAD, Audio, Video and Archive formats.
Key Features:
- Covers most popular metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3, document properties
- Covers most popular document formats: Microsoft Word, Microsoft Excel, Microsoft PowerPoint, PDF, Microsoft OneNote, Microsoft Visio, Open Document Format
- Covers most popular image formats: BMP, GIF, DjVu, JPEG, PNG, TIFF, PSD, WebP, WMF, EMF, DICOM
- Covers most popular email formats: Outlook Message, Email Message
- Covers most popular audio formats: Mp3, WAV
- Covers most popular video formats: Avi, Mov
- Create, modify and remove metadata associated with supported document and image formats with a few lines of code
- Manage EXIF metadata in Jpeg and TIFF formats
- Manage XMP metadata in image and PDF formats
- Manage Image Resource blocks in image formats
- Manage audio metadata: ID3 tag (ID3v1, ID3v2), Lyrics3 tag, APE
- Utilities to inspect and clean hidden metadata in document formats
- Utilities to Search and Compare all metadata
- Utilities to Export metadata to Excel/Csv
- Metadata cleaner utility
- MIME type detection
- Read track changes. Accept or reject track changes
- Read EXIF maker-notes: Sony, Nikon, Canon, Panasonic
For more details on the library, please visit GroupDocs website at:
https://products.groupdocs.com/metadata/Java
Note: The library comes up with some limitations in the evaluation mode. In order to test full features of GroupDocs.Metadata for Java library, please request a free 30-day temporary license.
6 downloads
Artifact groupdocs-metadata
Group com.groupdocs
Version 18.5
Last update 10. May 2018
Organization not specified
URL https://products.groupdocs.com/metadata/Java
License GroupDocs License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.groupdocs
Version 18.5
Last update 10. May 2018
Organization not specified
URL https://products.groupdocs.com/metadata/Java
License GroupDocs License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 173 from 3 (items total 1747)