All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by jcore with all dependencies

Search JAR files by class name

jcore-jsbd-ae-biomedical-english from group de.julielab (version 2.6.1)

UIMA Wrapper for the JCoRe Sentence Boundary Detector (jcore-jsbd-ae) with a model trained on data from both the GENIA and PennBioIE corpus as well as additional material from MedLine abstracts.

Group: de.julielab Artifact: jcore-jsbd-ae-biomedical-english
Show all versions Show source 
 

0 downloads
Artifact jcore-jsbd-ae-biomedical-english
Group de.julielab
Version 2.6.1
Last update 20. February 2024
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-jsbd-ae-biomedical-english
License BSD-2-Clause
Dependencies amount 2
Dependencies jcore-jsbd-ae, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-opennlp-sentence-ae from group de.julielab (version 2.6.1)

UIMA wrapper for the OpenNLP Sentence Segmentation. The difference to the official OpenNLP UIMA wrapper is basically the type system. In this project the JCoRe type system is employed and is thus compatible to other JCoRe components.

Group: de.julielab Artifact: jcore-opennlp-sentence-ae
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-opennlp-sentence-ae
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-opennlp-sentence-ae
License BSD-2-Clause
Dependencies amount 6
Dependencies jcore-types, opennlp-tools, trove4j, ant-optional, slf4j-api, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-biosem-ae-bionlp-st11 from group de.julielab (version 2.6.0)

This project employs the JCoRe BioSem wrapper (jcore-biosem-ae) with a BioSem database trained on the BioNLP SharedTask 2011 train and development (that is, "mixed") data for biological event extraction.

Group: de.julielab Artifact: jcore-biosem-ae-bionlp-st11
Show all versions Show source 
 

0 downloads
Artifact jcore-biosem-ae-bionlp-st11
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization not specified
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-biosem-ae-bionlp-st11
License BSD-2-Clause
Dependencies amount 3
Dependencies jcore-biosem-ae, junit-jupiter-engine, jcore-types,
There are maybe transitive dependencies!

jcore-xml-db-reader from group de.julielab (version 2.6.5)

A Collection Reader that converts XML, stored in a database, to CAS objects. The conversion is the same employed by the jcore-xml-reader, making use of the jcore-xml-mapper. The reader requires a configuration file which determines the database connection, the table schema and the PostgreSQL schema (namespace) to use.

Group: de.julielab Artifact: jcore-xml-db-reader
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-xml-db-reader
Group de.julielab
Version 2.6.5
Last update 23. February 2024
Organization not specified
URL https://github.com/JULIELab/jcore-base/jcore-xml-db-reader
License BSD-2-Clause
Dependencies amount 12
Dependencies jcore-db-reader, costosys, slf4j-api, commons-lang3, guava, jcore-xml-mapper, jcore-utilities, jcore-types, junit-jupiter-engine, jcore-db-test-utilities, assertj-core, jcore-descriptor-creator,
There are maybe transitive dependencies!

jcore-xmi-db-writer from group de.julielab (version 2.6.3)

Writes CAS data in XMI format into a relational (PostgreSQL) database. It is possible to write the whole XMI for each document into the database. However, it is also possible to define a list of annotations that should be written into separate tables. The JCoRe XMI Database Reader can then be used to assemble XMI data from a given set of annotations.

Group: de.julielab Artifact: jcore-xmi-db-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-xmi-db-writer
Group de.julielab
Version 2.6.3
Last update 22. February 2024
Organization not specified
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-xmi-db-writer
License BSD-2-Clause
Dependencies amount 10
Dependencies costosys, jcore-descriptor-creator, jcore-types, uima-ducc-user, jcore-xmi-splitter, commons-codec, jcore-db-checkpoint-ae, jcore-db-test-utilities, assertj-core, annotations,
There are maybe transitive dependencies!

jcore-pubmed-db-reader from group de.julielab (version 2.6.1)

An instantiation of the jcore-db-reader that uses the jcore-xml-mapper to retrieve and parse PubMed XML from a PostgreSQL database. The XML format of retrieved documents is expected to follow the PubMed/MEDLINE XML schema that was used beginning from 2017. I.e. the root document of a document must be PubmedArticle and not, as it was for MEDLINE until 2017, MedlineCitation.

Group: de.julielab Artifact: jcore-pubmed-db-reader
Show all versions Show source 
 

0 downloads
Artifact jcore-pubmed-db-reader
Group de.julielab
Version 2.6.1
Last update 20. February 2024
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-pubmed-db-reader
License BSD-2-Clause
Dependencies amount 3
Dependencies jcore-xml-db-reader, jcore-descriptor-creator, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-gnormplus-pubmed-db-reader from group de.julielab (version 2.6.2)

This is the GNormPlus XML DB multiplier base component that is contained in the JCoRe GNormPlus AE project in jcore-base complemented by the pubmed XML mapping file. This is a drop-in replacement for the PubMed DB Multiplier that runs GNormPlus after the XML data has been added to the CAS. Note that running GNormPlus requires the presence of the GNormPlus resources and external programs in the working directory of the pipeline.

Group: de.julielab Artifact: jcore-gnormplus-pubmed-db-reader
Show all versions Show source 
 

0 downloads
Artifact jcore-gnormplus-pubmed-db-reader
Group de.julielab
Version 2.6.2
Last update 14. February 2024
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-gnormplus-pubmed-db-reader
License BSD 2-Clause
Dependencies amount 5
Dependencies jcore-gnormplus-ae, slf4j-api, jcore-descriptor-creator, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-xml-reader from group de.julielab (version 2.6.1)

A Collection Reader that employs the JCoRe XML mapper to read XML documents. A mapping file must be delivered to determine which XML file elements have to be converted to which CAS annotation types and features. This is the base component for the JCoRe PubMed and Medline readers.

Group: de.julielab Artifact: jcore-xml-reader
Show all versions Show documentation Show source 
 

15 downloads
Artifact jcore-xml-reader
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-xml-reader
License BSD-2-Clause
Dependencies amount 6
Dependencies jcore-xml-mapper, slf4j-api, julielab-java-utilities, uima-ducc-user, assertj-core, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-event-flattener-ae from group de.julielab (version 2.6.1)

This component reads de.julielab.jcore.types.EventMention annotations and converts event structures into de.julielab.jcore.types.ext.FlattenedRelation annotation. The purpose of FlattenedRelations is to represent complex event structures in a more simple manner. This can be helpful for visualization or further processing.

Group: de.julielab Artifact: jcore-event-flattener-ae
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-event-flattener-ae
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-event-flattener-ae
License BSD-2-Clause
Dependencies amount 4
Dependencies slf4j-api, jcore-types, jcore-descriptor-creator, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-julielab-entity-evaluator-consumer from group de.julielab (version 2.6.1)

This component allows the output of entity mention data in documents in the format required by the JULIE Lab Entity Evaluator. This way, CAS annotations can be exported for evaluation purposes. The output format is a single tab-separated text file. For the exact format refer to the documentation of the julielab-entity-evaluator in the jcore-dependencies repository on https://github.com/JULIELab/.

Group: de.julielab Artifact: jcore-julielab-entity-evaluator-consumer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-julielab-entity-evaluator-consumer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-julielab-entity-evaluator-consumer
License BSD-2-Clause
Dependencies amount 8
Dependencies julielab-entity-evaluator, jcore-utilities, jcore-types, jcore-descriptor-creator, julielab-java-utilities, junit-jupiter-engine, commons-lang3, commons-codec,
There are maybe transitive dependencies!



Page 6 from 8 (items total 72)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy