Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/NLPatVCU/medaCy
:hospital: Medical Text Mining and Information Extraction with spaCy :hospital:
MedaCy is a text processing and learning framework built over spaCy to support the lightning fast prototyping, training, and application of highly predictive medical NLP models. It is designed to streamline researcher workflow by providing utilities for model training, prediction and organization while insuring the replicability of systems.
MedaCy is actively maintained by a team of researchers at Virginia Commonwealth University. The best way to receive immediate responses to any questions is to raise an issue. Make sure to first consult the API. See how to formulate a good issue or feature request in the Contribution Guide.
MedaCy can be installed for general use or for pipeline development / research purposes.
Application | Run |
---|---|
Prediction and Model Training (stable) | pip install git+https://github.com/NLPatVCU/medaCy.git |
Prediction and Model Training (latest) | pip install git+https://github.com/NLPatVCU/medaCy.git@development |
Pipeline Development and Contribution | See Contribution Instructions |
After installing medaCy and medaCy's clinical model, simply run:
from medacy.model.model import Model
model = Model.load_external('medacy_model_clinical_notes')
annotation = model.predict("The patient was prescribed 1 capsule of Advil for 5 days.")
print(annotation)
and receive instant predictions:
[
('Drug', 40, 45, 'Advil'),
('Dosage', 27, 28, '1'),
('Form', 29, 36, 'capsule'),
('Duration', 46, 56, 'for 5 days')
]
MedaCy can also be used through its command line interface, documented here
To explore medaCy's other models or train your own, visit the examples section.
@ARTICLE {
author = "Andriy Mulyar, Natassja Lewinski and Bridget McInnes",
title = "TAC SRIE 2018: Extracting Systematic Review Information with MedaCy",
journal = "National Institute of Standards and Technology (NIST) 2018 Systematic Review Information Extraction (SRIE) > Text Analysis Conference",
year = "2018",
month = "nov"
}
This package is licensed under the GNU General Public License.
Current contributors: Steele Farnsworth, Anna Conte, Gabby Gurdin, Aidan Kierans, Aidan Myers, and Bridget T. McInnes
Former contributors: Andriy Mulyar, Jorge Vargas, Corey Sutphin, and Bobby Best
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.