jPTDP
Joint language parser
An implementation of neural network models for joint POS tagging and dependency parsing.
Neural network models for joint POS tagging and dependency parsing (CoNLL 2017-2018)
158 stars
7 watching
30 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
dependency-parserdependency-parsinglstmneural-networkpart-of-speech-taggerpos-taggerpos-tagging
Related projects:
Repository | Description | Stars |
---|---|---|
datquocnguyen/rdrpostagger | A toolkit for part-of-speech tagging and morphological analysis | 140 |
namisan/mt-dnn | A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
rkcosmos/deepcut | A Thai word tokenization library using Deep Neural Network | 420 |
proycon/python-frog | A Python binding to a C++ NLP tool for Dutch language processing tasks | 47 |
nverno/tree-sitter-jq | A C implementation of a grammar parser for the Jq language | 3 |
shawn-ieitsystems/yuan-1.0 | Large-scale language model with improved performance on NLP tasks through distributed training and efficient data processing | 591 |
cogcomp/cogcomp-nlp | A collection of libraries and tools for Natural Language Processing | 472 |
yuanzh/segparser | An open-source C++ software framework for joint segmentation, POS tagging and dependency parsing using a randomized greedy algorithm. | 9 |
jxxcarlson/l1 | A language demo project showcasing fault-tolerant parsing techniques for a simple language with a Lisp-like syntax. | 0 |
kevincobain2000/jprocessing | A comprehensive set of libraries and tools for processing Japanese text | 148 |
pku-yuangroup/languagebind | Extending pretraining models to handle multiple modalities by aligning language and video representations | 723 |
gamallo/deppattern | A Perl-based dependency parsing system for multiple Romance languages, including grammar compiler and parser generator. | 10 |
nikitakit/self-attentive-parser | An NLP parser with high accuracy models for multiple languages | 871 |
fielddb/ark-tweet-nlp | A Java-based tool for annotating and tagging parts of speech in Twitter text data | 0 |