Skip to content
/ antu Public

Universal data IO and neural network modules in NLP tasks.

License

Notifications You must be signed in to change notification settings

AntNLP/antu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

pip install antu

Resources

About

Universal data IO and neural network modules in NLP tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages