Metadata-Version: 2.3
Name: oapapersviewer
Version: 1.0.0
Dynamic: Requires-Dist
Summary: TUI viewer for OAPapers corpus and derived datasets.
Project-URL: Repository, https://github.com/KNOT-FIT-BUT/OAPapersViewer
Author: Martin Dočekal
Keywords: OAPapers,OARelatedWork,TUI,viewer
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# OAPapersViewer
TUI viewer for OAPapers corpus and derived datasets.

You can find the home repository of the OAPapers project at [https://github.com/KNOT-FIT-BUT/OAPapers](https://github.com/KNOT-FIT-BUT/OAPapers)

![TUI Viewer](tui_viewer.png)

## Install

    pip install oapapersviewer

## Usage

An example of loading OARelatedWork dataset with references:

```python
oapapersviewer train.jsonl -r references.jsonl -rw
```

