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.7.tar.gz
(6.4 MB
view details)
Built Distribution
File details
Details for the file NERO-nlp-0.0.7.tar.gz
.
File metadata
- Download URL: NERO-nlp-0.0.7.tar.gz
- Upload date:
- Size: 6.4 MB
- 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 | 70c25a6b5ba961eb4e537bdbaf8efeaef5dfe12f7acc73df9bd6cba7c5df7209 |
|
MD5 | 90be5d0ecf3f0c1cae3b6bca3ec631c4 |
|
BLAKE2b-256 | bd02b0f51bb822c2df50a0b7ea7d38bb10680766c226ea00dea0b54d98376b23 |
File details
Details for the file NERO_nlp-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: NERO_nlp-0.0.7-py3-none-any.whl
- Upload date:
- Size: 6.4 MB
- 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 | af3ae8586d46ab52ca49f45b4ab52e659d3e65ff3de78c7e30254fd26d945f69 |
|
MD5 | e33da71081408fac6383a36641bf94f1 |
|
BLAKE2b-256 | 1f6ba8bcc3a724fde81f831390331372674c59c219285ffc511e20499969398a |