ikergarcia1996/Basic-CYK-Parser
Basic CYK-Parser written in python 3
This tool helps computational linguists and language researchers analyze sentence structure. You input a sentence and a set of grammatical rules, and it determines if the sentence is grammatically correct according to those rules. It also outputs all possible parse trees, showing how the sentence can be structured.
No commits in the last 6 months.
Use this if you need to automatically verify the grammatical validity of sentences based on a defined context-free grammar and explore their potential syntactic structures.
Not ideal if you need a parser for real-world, highly ambiguous natural language text, as it requires a grammar in Chomsky Normal Form.
Stars
9
Forks
9
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ikergarcia1996/Basic-CYK-Parser"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
erickrf/nlpnet
A neural network architecture for NLP tasks, using cython for fast performance. Currently, it...
nsu-ai/ontonotes-5-parsing
Ontonotes-5-parsing: parser of Ontonotes 5.0 to transform this corpus to a simple JSON format
LR-POR/PorGram
A Portuguese HPSG Grammar
davidpgero/hungarian-nltk
Simple Hungarian Sentence Analysis with NLTK
busraoguzoglu/CYK-Parser-with-Turkish-CFG
Implementation of CYK algorithm to act as a recognizer and parser with Turkish CFG.