Skip to main content

A biomedical Named Entity (Recognition) Ontology

Project description

NERO is a biomedical Named Entity (Recognition) Ontology.

Using NERO, we annotated a large biomedical corpus to enable a broad spectrum of natural language processing and biomedical machine learning tasks.

NERO-nlp is a wrapper around this corpus.

Sample usage:

In [3]: from NERO.corpus import corpus

# Directly access basic dataframe attributes
In [4]: corpus.columns 

In [5]: corpus.shape

# access to the whole dataframe
In [6]: corpus._data

# Having directly access to columns by calling them as an attribute
In [7]: corpus.semantic_class_actionType

In [8]:                                                                                                                                                                                                     

# Using documentation 
In [8]: corpus.procset_topic_bd.__doc__                                                                                                                                                        

# other generic and multipurpose functions
In [9]: corpus.procset_topic_bd('aut')                                                                                                                                                               

In [10]: corpus.plot_protein_domain_entity() 

Installation:

For running the NERO-nlp you need to have python3.7+ and pandas installed. For installation you can use pip or pip3 for installation.

# Install
sudo pip3 install NERO-nlp
# or
sudo python3 -m pip install NERO-nlp
# Upgrade
sudo pip3 install NERO-nlp --upgrade

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NERO-nlp-0.0.8.tar.gz (6.4 MB view hashes)

Uploaded Source

Built Distribution

NERO_nlp-0.0.8-py3-none-any.whl (6.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page