GithubHelp home page GithubHelp logo

floor3d / nameresolution Goto Github PK

View Code? Open in Web Editor NEW

This project forked from translatorsri/nameresolution

0.0 0.0 0.0 82 KB

A service for finding CURIEs from lexical strings.

Shell 15.97% Python 59.94% Makefile 10.83% Dockerfile 13.27%

nameresolution's Introduction

Name resolution service

This service takes lexical strings and attempts to map them to identifiers (curies) from a vocabulary or ontology.
The lookup is not exact, but includes partial matches.

Multiple results may be returned representing possible conceptual matches, but all of the identifiers have been correctly normalized using the NodeNormalization service.

See the documentation notebook for examples of use.

Docker setup

docker-compose up

native setup

Solr database

docker run --name name_lookup -d -p 8983:8983 -t solr -DzkRun
docker run -it -v /local/NameResolution/data:/json -v /projects/datatrans/synonyms/March17_2021/:/csv -v /local/NameResolution:/NameResolution python:3.9 bash
    ./csv2json.py /csv/anatomy.txt_synonyms.txt /json --sep "\t"
./setup.sh "/local/NameResolution/data/*.json"

API

pip install -r requirements.txt
./main.sh

Kubernetes

Helm charts can be found at https://github.com/helxplatform/translator-devops/helm/r3

examples

curl -X POST "http://localhost:6434/lookup?string=oxycod&offset=0&limit=10" -H "accept: application/json"

nameresolution's People

Contributors

gaurav avatar patrickkwang avatar cbizon avatar phillipsowen avatar yaphetkg avatar kshefchek avatar floor3d 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.