downloader
Corpus downloader for Context-Fabric.
This module provides functionality to download corpora from Hugging Face Hub.
Usage:
>>> import cfabric
>>> path = cfabric.download('bhsa')
>>> CF = cfabric.Fabric(locations=path)See corpus-distribution-plan.md for full documentation.