b

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.
https://github.com/nlpie/biomedicus-tokenizer
Files download
File Operation
biomedicus-tokenizer-0.0.2.jar download
biomedicus-tokenizer-0.0.2.pom download
biomedicus-tokenizer-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.umn.biomedicus</groupId>
  <artifactId>biomedicus-tokenizer</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'edu.umn.biomedicus:biomedicus-tokenizer:0.0.2'
Gradle Kotlin
implementation("edu.umn.biomedicus:biomedicus-tokenizer:0.0.2")
Scala SBT
libraryDependencies += "edu.umn.biomedicus" % "biomedicus-tokenizer" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='edu.umn.biomedicus', module='biomedicus-tokenizer', version='0.0.2')
)
Apache Ivy
<dependency org="edu.umn.biomedicus" name="biomedicus-tokenizer" rev="0.0.2" />
Leiningen
[edu.umn.biomedicus/biomedicus-tokenizer "0.0.2"]
Apache Buildr
'edu.umn.biomedicus:biomedicus-tokenizer:jar:0.0.2'