forked from neurostuff/neurostore-text-extraction
-
Notifications
You must be signed in to change notification settings - Fork 1
License
jdkent/neurostore-text-extraction
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# ns-text-extraction-workflows This repository contains pipelines and scripts for extracting features from text using Natural Language Processing (NLP), Large Language Models (LLMs), and other algorithms across thousands of articles in the NeuroStore database. ## Installation To install the necessary dependencies, run: pip install -r requirements.txt ## Usage ### Running pipelines Executable workflows in `pipelines/{pipeline_name}/run.py` will take as input standardized pubget-style text inputs (row row per article). Run all available pipelines and harmonize outputs using CLI (todo) ### Pipeline outputs Pipeline results are output to `data/outputs/{input_hash}/{pipeline_name}. Outputs include extracted features `features.csv`, feature descriptions `descriptions.json`, and extraction information `info.json`. Pipeline outputs are not stored as part of this repository. See `ns-text-extraction-outputs` sub repository.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%