Metadata-Version: 2.1
Name: antu
Version: 0.0.3
Summary: Universal data IO and neural network modules in NLP tasks
Home-page: https://github.com/AntNLP/antu
Author: AntNLP
Author-email: taoji.cs@gmail.com
License: Apache
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence

# AntU
Universal data IO and neural network modules in NLP tasks.

+ **data IO** is an universal module in Natural Language Processing system and not based on any framework (like TensorFlow, PyTorch, MXNet, Dynet...).
+ **neural network** module contains the neural network structures commonly used in NLP tasks. We want to design commonly used structures for each neural network framework. We will continue to develop this module.



# Requirements

+ Python>=3.6
+ bidict==0.17.5
+ numpy==1.15.4
+ numpydoc==0.8.0
+ overrides==1.9
+ pytest==4.0.2

##### If you need dynet neural network:

+ dynet>=2.0



# Installing via pip

```bash
pip install antu
```



# Resources

+ [Documentation](https://antu.readthedocs.io/en/latest/index.html)
+ [Source Code](https://github.com/AntNLP/antu)



