An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Text support

![Build status](https://travis-ci.com/musket-ml/musket_text.svg?branch=master)

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).