Last Version

BioMedICUS Tokenizer 0.0.3

A lightweight (small and dependency-free) Java 8 library for Penn-like tokenization. This was developed as a stand-alone component of BioMedICUS, a biomedical and clinical NLP engine developed by the NLP-IE Group at the University of Minnesota Institute for Health Informatics.

License

License

GroupId

GroupId

edu.umn.biomedicus
ArtifactId

ArtifactId

biomedicus-tokenizer
Version

Version

0.0.3
Type

Type

jar
Description

Description

BioMedICUS Tokenizer
A lightweight (small and dependency-free) Java 8 library for Penn-like tokenization. This was developed as a stand-alone component of BioMedICUS, a biomedical and clinical NLP engine developed by the NLP-IE Group at the University of Minnesota Institute for Health Informatics.
Project URL

Project URL

https://github.com/nlpie/biomedicus-tokenizer
Project Organization

Project Organization

University of Minnesota Institute for Health Informatics NLP/IE Program
Source Code Management

Source Code Management

https://github.com/nlpie/biomedicus-tokenizer

Download biomedicus-tokenizer 0.0.3


<!-- https://jarcasting.com/artifacts/edu.umn.biomedicus/biomedicus-tokenizer/ -->
<dependency>
    <groupId>edu.umn.biomedicus</groupId>
    <artifactId>biomedicus-tokenizer</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.umn.biomedicus/biomedicus-tokenizer/
implementation 'edu.umn.biomedicus:biomedicus-tokenizer:0.0.3'
// https://jarcasting.com/artifacts/edu.umn.biomedicus/biomedicus-tokenizer/
implementation ("edu.umn.biomedicus:biomedicus-tokenizer:0.0.3")
'edu.umn.biomedicus:biomedicus-tokenizer:jar:0.0.3'
<dependency org="edu.umn.biomedicus" name="biomedicus-tokenizer" rev="0.0.3">
  <artifact name="biomedicus-tokenizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.umn.biomedicus', module='biomedicus-tokenizer', version='0.0.3')
)
libraryDependencies += "edu.umn.biomedicus" % "biomedicus-tokenizer" % "0.0.3"
[edu.umn.biomedicus/biomedicus-tokenizer "0.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
com.google.code.findbugs : jsr305 Optional jar 3.0.2

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.3.2
org.mockito : mockito-core jar 2.23.4
org.slf4j : slf4j-nop jar 1.7.25

Project Modules

There are no modules declared in this project.