Skip to main content

NER markup visualisation for Jupyter Notebook

Project description

# ipymarkup [![Build Status](https://travis-ci.org/natasha/ipymarkup.svg?branch=master)](https://travis-ci.org/natasha/ipymarkup) [![Coverage Status](https://coveralls.io/repos/github/natasha/ipymarkup/badge.svg?branch=master)](https://coveralls.io/github/natasha/ipymarkup?branch=master)

NER markup visualisation for Jupyter Notebook.
<img src="table.png"/>

# Install

`ipymarkup` supports both Python 2.7+ / 3.4+, non Jupyter functionality should work on 2.7+ / 3.3+, PyPy but not tested

```bash
$ pip install ipymarkup
```

# Usage

```python
from ipymarkup import Span, AsciiMarkup

text = 'a d a b a a a b c c c f d'
spans = [
Span(0, 13, 'a'),
Span(2, 25, 'd'),
Span(6, 15, 'b'),
Span(16, 21, 'c'),
Span(22, 23, 'f'),
]
AsciiMarkup(text, spans)

```
```
a d a b a a a b c c c f d
a------------ c---- f
d----------------------
b--------
```


For more examples and explanation see [ipymarkup documentation](http://nbviewer.jupyter.org/github/natasha/ipymarkup/blob/master/docs.ipynb).

# License

Source code of `ipymarkup` is distributed under MIT license (allows modification and commercial usage)

# Support

- Chat — https://telegram.me/natural_language_processing
- Issues — https://github.com/natasha/ipymarkup/issues


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ipymarkup-0.2.1-py2.py3-none-any.whl (13.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page