jar

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

Table Of Contents

Latest Version

Download edu.utah.bmi : rush JAR file - Latest Versions:

All Versions

Download edu.utah.bmi : rush JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window rush-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

edu.utah.bmi.type.system

├─ edu.utah.bmi.type.system.Sentence.class - [JAR]

├─ edu.utah.bmi.type.system.SentenceOdd.class - [JAR]

├─ edu.utah.bmi.type.system.SentenceOdd_Type.class - [JAR]

├─ edu.utah.bmi.type.system.Sentence_Type.class - [JAR]

├─ edu.utah.bmi.type.system.Token.class - [JAR]

├─ edu.utah.bmi.type.system.Token_Type.class - [JAR]

edu.utah.bmi.nlp

├─ edu.utah.bmi.nlp.DeterminantValueSet.class - [JAR]

├─ edu.utah.bmi.nlp.Rule.class - [JAR]

├─ edu.utah.bmi.nlp.SimpleParser.class - [JAR]

├─ edu.utah.bmi.nlp.Span.class - [JAR]

├─ edu.utah.bmi.nlp.WildCardChecker.class - [JAR]

edu.utah.bmi.rush.core

├─ edu.utah.bmi.rush.core.DeterminantValueSet.class - [JAR]

├─ edu.utah.bmi.rush.core.FastCRuleProcessor.class - [JAR]

├─ edu.utah.bmi.rush.core.FastCRules.class - [JAR]

├─ edu.utah.bmi.rush.core.RuSH.class - [JAR]

edu.utah.bmi.rush.uima

├─ edu.utah.bmi.rush.uima.RuSHTestAE_General.class - [JAR]

├─ edu.utah.bmi.rush.uima.RuSH_AE.class - [JAR]

├─ edu.utah.bmi.rush.uima.RunUIMAJcasGen.class - [JAR]

Advertisement