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.6.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file NERO-nlp-0.0.6.tar.gz
.
File metadata
- Download URL: NERO-nlp-0.0.6.tar.gz
- Upload date:
- Size: 3.4 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 | 557a78a1e7eda0691a15aae2e4af940652b6622e0b99d1446bcece884ecafb8e |
|
MD5 | 2bb1e75fef951f55c151ff8fc6cfdd90 |
|
BLAKE2b-256 | ba4dccaa700d4b005641d969fad530b96fb473c1109502429f9d337b7829a7ab |
File details
Details for the file NERO_nlp-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: NERO_nlp-0.0.6-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 | 17dada1a6116dc48e45a8d301b735801524679bea29ddb8273a800e39d49dfb3 |
|
MD5 | 042e818d28fee5d281b5c74b0ec165cb |
|
BLAKE2b-256 | 8787fec55c078525f06e59b84ff0ee0c6e91cb4a207a9fb25529dcaf27cc5417 |