License |
License |
---|---|
GroupId | GroupIdde.julielab |
ArtifactId | ArtifactIdjcore-pubmed-reader |
Version | Version2.5.1 |
Type | Typejar |
Description |
DescriptionJCoRe PubMed Reader
Leveraging the JCoRe XML Reader, this project employs a PubMed-enabled mapping file to map PubMed XML
documents to CAS instances. The input is a directory of single XML files, each containing exactly one XML
PubmedArticle. The XML format is the one used by NCBI when displaying results in PubMed as XML.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jcore-pubmed-reader-2.5.1.pom | |
jcore-pubmed-reader-2.5.1.jar | 10 KB |
jcore-pubmed-reader-2.5.1-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.julielab/jcore-pubmed-reader/ -->
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-pubmed-reader</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/jcore-pubmed-reader/
implementation 'de.julielab:jcore-pubmed-reader:2.5.1'
// https://jarcasting.com/artifacts/de.julielab/jcore-pubmed-reader/
implementation ("de.julielab:jcore-pubmed-reader:2.5.1")
'de.julielab:jcore-pubmed-reader:jar:2.5.1'
<dependency org="de.julielab" name="jcore-pubmed-reader" rev="2.5.1">
<artifact name="jcore-pubmed-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='jcore-pubmed-reader', version='2.5.1')
)
libraryDependencies += "de.julielab" % "jcore-pubmed-reader" % "2.5.1"
[de.julielab/jcore-pubmed-reader "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
de.julielab : jcore-xml-reader | jar | 2.5.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
de.julielab : jcore-utilities | jar | 2.5.0 |
org.apache.uima : uimaj-core | jar | 2.10.4 |
org.apache.uima : uimafit-core | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
de.julielab : jcore-descriptor-creator | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.uima : uimafit-cpe | jar | 2.5.0 |
junit : junit | jar | 4.13 |