GithubHelp home page GithubHelp logo

kevinbretonnelcohen / metamapliteutilities Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 10 KB

Utility scripts, test data, etc. for working with the MetaMapLite named entity recognizer

Shell 16.54% Perl 83.46%

metamapliteutilities's Introduction

MetaMapLiteUtilities

Utility scripts, test data, etc. for working with the MetaMapLite named entity recognizer. For more information about MetaMapLite, see https://www.ncbi.nlm.nih.gov/pubmed/28130331:

Demner-Fushman, Dina, Willie J. Rogers, and Alan R. Aronson. "MetaMap Lite: an evaluation of a new Java implementation of MetaMap." Journal of the American Medical Informatics Association 24, no. 4 (2017): 841-844.

Scripts for preparing MetaMapLite input

  • oboParserToMetaMap.pl: converts .obo files to MetaMap's required "dictionary" formats. The script takes a directory containing an .obo file as input, then converts all of its concepts to MetaMap format. If you have multiple OBOs that you want to convert, I suggest either running the script on each one separately (the approach that the associated oboFileParser.sh script takes---see below), or catting them all together and then running it just once. The latter might be preferable, although it might blow up your memory--I would be interested to hear if people have had problems/successes with that approach.
  • oboFileParser.sh: drives the oboParserToMetaMap.pl script described above. See the thoughts above about running it on each of multiple OBO files separately, versus concatenating them and running the oboParserToMetaMap.pl file just once. The current version of the shell script does run separately on each ontology, making a bunch of temporary files in the process; it then concatenates them and deletes the temporary files. NOTA BENE that MetaMapLite itself puts its output into the input directory unless told to do otherwise.

metamapliteutilities's People

Contributors

kevinbretonnelcohen avatar

Watchers

James Cloos 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.