swabhs/joint-lstm-parser
Transition-based joint syntactic dependency parser and semantic role labeler using a stack LSTM RNN architecture.
This tool helps computational linguists and NLP researchers automatically analyze sentences to understand their grammatical structure and the semantic roles of words. You provide raw text data in CoNLL 2009 format, and it outputs files with predicted syntactic dependencies (e.g., subject-verb relationships) and semantic roles (e.g., who did what to whom). It's designed for someone working on advanced natural language understanding tasks.
No commits in the last 6 months.
Use this if you need to perform detailed syntactic and semantic analysis on text data to understand sentence structure and meaning for research or application development.
Not ideal if you're looking for a simple, off-the-shelf NLP library for basic tasks like tokenization or part-of-speech tagging without deep linguistic analysis.
Stars
61
Forks
10
Language
C++
License
—
Category
Last pushed
Apr 05, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/swabhs/joint-lstm-parser"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow