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:
# access basic dataframe attributes directly
In [4]: corpus.columns
In [5]: corpus.shape
# access to the whole dataframe
In [6]: corpus._data
# Having directly access to columns by calling then as an attribute
In [7]: corpus.semantic_class_actionType
In [8]:
# Using documentation in order to gain more insight into
# functionality of the attribute.
In [8]: corpus.procset_topic_bd.__doc__
# other generic and multipurpose functionalions
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.3.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file NERO-nlp-0.0.3.tar.gz
.
File metadata
- Download URL: NERO-nlp-0.0.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76da63a26f6c74fa055ffbfa0e9ab6225a59a61f0ec1da915770a18a033accbb |
|
MD5 | 7fb08c890ca3585fbef09edc6ae6d145 |
|
BLAKE2b-256 | d665927b1a14af9b5aad885f22ed608d81f14635f0067e04c10f38bc45e983c0 |
File details
Details for the file NERO_nlp-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: NERO_nlp-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11a7d858db4f17f0b2da81fd1f9b50a351e4fc830d33331ffcb289103962efe4 |
|
MD5 | 332b30fd1587097a7623839c834c6342 |
|
BLAKE2b-256 | 45c68904b85d1b6bf18785ccbcc23b8e0b431ea4397a37b072ebbe8e1a0786e8 |