DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download edu.utah.bmi : rush Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file rush-1.0-javadoc.jar to rush-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder rush-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "rush-1.0-sources.jar" -d "rush-1.0-javadoc" -subpackages 

Advertisement