https://github.com/musket-ml/musket_text
https://github.com/musket-ml/musket_text
musket sequence-labeling text-classification
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/musket-ml/musket_text
- Owner: musket-ml
- License: mit
- Created: 2019-04-24T20:41:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T04:50:47.000Z (about 5 years ago)
- Last Synced: 2025-04-19T09:59:18.831Z (about 2 months ago)
- Topics: musket, sequence-labeling, text-classification
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text support

This package adds text-related datasets, preprocessors and algorithms
(like BERT) to [Generic pipeline](https://github.com/musket-ml/musket_core) of [Musket ML](https://musket-ml.com/).## Installation
```
pip install musket_text
```This package is a part of [Musket ML](https://musket-ml.com/) framework,
it is recommended to install the whole collection of the framework
packages at once using instructions [here](https://musket-ml.github.io/webdocs/generic/#installation).