A neural network architecture for NLP tasks, using cython for fast performance. Currently, it can perform POS tagging, SRL and dependency parsing.
Implementation of the multi feed-forward network architecture by Parikh et al. (2016) for Natural Language Inference.