DoodleJZ/HPSG-Neural-Parser
Source code for "Head-Driven Phrase Structure Grammar Parsing on Penn Treebank" published at ACL 2019
This tool helps researchers in computational linguistics and natural language processing (NLP) analyze English sentences. It takes raw text or pre-parsed sentences and outputs detailed Head-Driven Phrase Structure Grammar (HPSG) and dependency parses. This is ideal for NLP scientists who need fine-grained structural analysis of text for advanced linguistic research.
107 stars. No commits in the last 6 months.
Use this if you are an NLP researcher working on deep linguistic analysis and require state-of-the-art HPSG or dependency parsing for English text.
Not ideal if you need a quick, off-the-shelf solution for general text understanding or are working with languages other than English.
Stars
107
Forks
25
Language
Python
License
MIT
Category
Last pushed
Feb 17, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DoodleJZ/HPSG-Neural-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