MVN

edu.utah.bmi : rush

Maven & Gradle

Apr 23, 2017
1 stars

RuSH (Rule-based sentence Segmenter using Hashing) · RuSH is an efficient, reliable, and easy adaptable rule-based sentence segmentation solution. It is specifically designed to handle the telegraphic written text in clinical note. It leverages a nested hash table to execute simultaneous rule processing, which reduces the impact of the rule-base growth on execution time and eliminates the effect of rule order on accuracy. If you wish to cite RuSH in a publication, please use: Jianlin Shi ; Danielle Mowery ; Kristina M. Doing-Harris ; John F. Hurdle.RuSH: a Rule-based Segmentation Tool Using Hashing for Extremely Accurate Sentence Segmentation of Clinical Text. AMIA Annu Symp Proc. 2016: 1587. The full text can be found at: https://knowledge.amia.org/amia-63300-1.3360278/t005-1.3362920/f005-1.3362921/2495498-1.3363244/2495498-1.3363247?timeStamp=1479743941616

<dependency>
    <groupId>edu.utah.bmi</groupId>
    <artifactId>rush</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.utah.bmi : rush to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of edu.utah.bmi : rush to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
rush-1.0

How to add a dependency to Maven

Add the following edu.utah.bmi : rush maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.utah.bmi</groupId>
    <artifactId>rush</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.utah.bmi : rush gradle dependency to your build.gradle file:

implementation 'edu.utah.bmi:rush:1.0'

Gradle Kotlin DSL: Add the following edu.utah.bmi : rush gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.utah.bmi:rush:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.utah.bmi : rush sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.utah.bmi" % "rush" % "1.0"

Advertisement