Metadata-Version: 2.1
Name: text-highlighter
Version: 0.0.5
Summary: Streamlit component for text highlighting
Home-page: https://github.com/kevin91nl/text-highlighter
Author: K.M.J. Jacobs
Author-email: mail@kevinjacobs.nl
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: streamlit (>=0.63)

# Text Highlighter

A Streamlit component for annotating text using text highlighting. Useful for NLP tasks.

## Installation

You can install the Text Highlighter package using the following command:

```bash
pip install text_highlighter
```

## Usage

In `example.py` you can find an example of how to use this repository. You can run the example by running the following command:

```bash
streamlit run example.py
```

The output will look like this:

![Example](img/example.png)

## Contribute

Feel free to add a pull request or open an issue if you have any questions or suggestions.


