| License |
License |
|---|---|
| GroupId | GroupIdedu.umn.biomedicus |
| ArtifactId | ArtifactIdbiomedicus-tokenizer |
| Version | Version0.0.3 |
| Type | Typejar |
| Description |
DescriptionBioMedICUS 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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| biomedicus-tokenizer-0.0.3.pom | |
| biomedicus-tokenizer-0.0.3.jar | 10 KB |
| biomedicus-tokenizer-0.0.3-sources.jar | 8 KB |
| biomedicus-tokenizer-0.0.3-javadoc.jar | 402 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
| 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 |