parser and grammar
About parser
asaparov/parser
Semantic parser induction using a generative model of grammar.
This project helps researchers and computational linguists analyze and understand how natural language relates to structured logical forms. You provide it with examples of sentences paired with their logical representations (like Datalog or lambda calculus), and it outputs a grammar model that can then be used to parse new sentences into logical forms, or even generate sentences from given logical forms. This tool is for academics or NLP practitioners working on semantic parsing.
About grammar
asaparov/grammar
Implementation of generative semantic grammar.
This project helps computational linguists and natural language processing researchers explore how logical meaning can drive the creation of sentences. It takes a 'logical form' (representing the core meaning or structure) as input and generates corresponding natural language utterances. This is ideal for those studying generative grammars and the mapping between semantics and syntax.
Scores updated daily from GitHub, PyPI, and npm data. How scores work