is not current version
Last Version 0.0.3

edu.umn.biomedicus:biomedicus-tokenizer 0.0.2

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.

GroupId

GroupId

edu.umn.biomedicus
ArtifactId

ArtifactId

biomedicus-tokenizer
Version

Version

0.0.2
Type

Type

jar

Download biomedicus-tokenizer 0.0.2


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