Metadata-Version: 2.1
Name: udon2
Version: 0.1.0
Summary: Prepare your UD trees to be served!
Home-page: https://github.com/dkalpakchi/udon2
Author: Dmytro Kalpakchi
Author-email: dmytroka@kth.se
License: UNKNOWN
Description: ![UDon2 logo](https://github.com/dkalpakchi/udon2/raw/master/images/udon2_logo.png "UDon2")
        ## Prepare your UD trees to be served!
        UDon2 is a library for manipulating dependency trees in the Universal Dependencies format. Written in C++ with Python bindings through Boost.Python. Pre-compiled for Python 3.7-3.9 on Linux (both i386 and x86_64), Windows (win32 and win_amd64) and macOS (x86_64 only).
        
        **Note:** Python 3.6 is supported for versions prior to v0.1.0 on Linux only (both i386 and x86_64).
        
        [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
        [![Build Status](https://travis-ci.com/udon2/udon2.svg?branch=master)](https://travis-ci.com/udon2/udon2)
        [![Downloads](https://pepy.tech/badge/udon2)](https://pepy.tech/project/udon2)
        
        ## Documentation
        Our online documentation is available at https://udon2.github.io/
        
        ## Contributing
        Please check our [contribution guidelines](https://github.com/udon2/udon2/blob/master/CONTRIBUTING.md).
        
        ## Citing
        The associated paper is accepted to the Universal Dependencies Workshop 2020 @ COLING 2020. If UDon2 is of any use in your research, please cite the paper.
        ```
        @inproceedings{kalpakchi2020udon2,
          title={UDon2: a library for manipulating Universal Dependencies trees},
          author={Kalpakchi, Dmytro and Boye, Johan},
          booktitle={Proceedings of the Fourth Workshop on Universal Dependencies (UDW 2020)},
          pages={120--125},
          year={2020}
        }
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
