Metadata-Version: 2.4
Name: linalgo
Version: 0.1.2
Summary: W3C Data Annotation for Natual Language Processing and Machine Leaning in Python.
Author-email: Arnaud Rachez <arnaud@linalgo.com>
Project-URL: Homepage, https://github.com/linalgo/linalgo
Project-URL: Bug Reports, https://github.com/linalgo/linalgo/issues
Project-URL: Source, https://github.com/linalgo/linalgo
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipython
Requires-Dist: google-cloud
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: python-dateutil
Requires-Dist: requests
Dynamic: license-file

![main](https://github.com/linalgo/linalgo/actions/workflows/main.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![PyPI - Version](https://img.shields.io/pypi/v/linalgo)


# Linalgo W3C Web Annotation Library

Linalgo is a Python module to help Machine Learning team create and curate 
datasets for Natural Language Processing. It tries to follow
the W3C [Web Annotation Data Model](https://www.w3.org/TR/annotation-model/) and
to provides a powerful system to add metadata to most commonly used text and
image formats: TXT, PDF, HTML, etc.

## Documentation

The documentation is available at [https://linalgo.github.io/linalgo](https://linalgo.github.io/linalgo/)

## Installation 

```
pip install linalgo
```

## Test

```
pytest
```

## Storing Annotation Data

By default, linalgo stores annotations on a dedicated hub at https://hub.linalgo.com.
There are also connectors to retrieve data from Google BigQuery.
