MVN

edu.utah.bmi.nlp : rush

Maven & Gradle

Mar 14, 2022
3 usages
0 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 This version allows defining section scopes for sentence segmentation.

<dependency>
    <groupId>edu.utah.bmi.nlp</groupId>
    <artifactId>rush</artifactId>
    <version>1.4.1.5-jdk1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.1.5-jdk1.8

All Versions

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

Version Vulnerabilities Updated
3.0
rush-3.0
2.0
rush-2.0
1.4.x
rush-1.4.1.5-jdk1.8
1.3.x
rush-1.3.2.0
rush-1.3.1.9
rush-1.3.1.8
rush-1.3.1.7
rush-1.3.1.6
rush-1.3.1.5
rush-1.3.1.2
rush-1.3.1.1
rush-1.3.1
rush-1.3.0
1.1.x
rush-1.1.1
1.0
rush-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>edu.utah.bmi.nlp</groupId>
    <artifactId>rush</artifactId>
    <version>1.4.1.5-jdk1.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'edu.utah.bmi.nlp:rush:1.4.1.5-jdk1.8'

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

implementation("edu.utah.bmi.nlp:rush:1.4.1.5-jdk1.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "edu.utah.bmi.nlp" % "rush" % "1.4.1.5-jdk1.8"

Advertisement

Dependencies from Group

Mar 14, 2022
5 usages
Mar 14, 2022
4 usages
2 stars
Mar 14, 2022
3 usages
0 stars
Mar 14, 2022
2 usages
7 stars
Mar 14, 2022
2 usages

Discover Dependencies

Jul 10, 2023
4 usages
1 stars
Apr 24, 2017
2 usages
0 stars
Jun 30, 2022
4 usages
78 stars
Oct 24, 2018
1 usages
0 stars
Apr 24, 2017
1 usages
Apr 26, 2017
0 stars
Sep 26, 2017
3 stars
Jan 31, 2023
74 stars
Nov 07, 2017
1 usages
6.3k stars