Metadata-Version: 2.1
Name: uo-parser-beta
Version: 0.1.0
Summary: uo-parser-beta
Home-page: https://github.com/minhgl96/merino
Author: Minh Nguyen
Author-email: minhnv@cs.uoregon.edu
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: protobuf
Requires-Dist: requests
Requires-Dist: torch (>=1.4.0)
Requires-Dist: tqdm
Requires-Dist: adapter-transformers (>=1.0.1)

# uo-parser-beta

Not available for now.


## How to compile the documentation

First change to documentation directory

```
cd docs
```


Install the following packages

```
pip install sphinx sphinx-rtd-theme sphinx-markdown-tables
pip install recommonmark # To allow Markdown file
```

Compile: This command will rebuild the html files after a change is made

```
make html
```

View the website (on MacOS)

```
open build/html/index.html
```


