GithubHelp home page GithubHelp logo

generic-uima-pipeline's Introduction

Generic UIMA pipeline

Simple UIMA pipeline wrap as a console application annotating Sentences, Items and Events. The last ones are easily customisable by updating the current list of terms.

Generated annotations:

  • Sentences
  • Items
    • Annotation
      • genericpipeline.Item
        • property: 'value'(String)
    • Annotator
      • UIMA RUTA MARKTABLE
      • Resources
        • word table taken from: ruta_resources/item_table.csv
          • The first column contains a list of unique items to be tagged in the text.
          • The second column value is assigned to the property 'value'
  • Events
    • Annotation
      • genericpipeline.Event
    • Annotator:
      • UIMA RUTA MARKFAST
      • Resources
        • word list taken from: ruta_resources/event_list.txt

Input

  • Directory containing text files

Output

  • XMI Files

Usage

  1. Download and extract the application: https://github.com/ewoij/generic-uima-pipeline/releases/tag/v1.0.0
  2. Update if necessary the following files with your own domain terms:
    • ruta_resources/item_table.csv
    • ruta_resources/event_list.txt
  3. Run from the current directory
    java -Xms4000m -jar generic-uima-pipeline-1.0.0-standalone.jar <input folder containing text files> <output folder>
    

Resources

generic-uima-pipeline's People

Contributors

ewoij avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.