PyLFG
PyLFG is a Python library for working within the Lexical Functional Grammar (LFG) formalism. It provides a set of classes and methods for representing and manipulating LFG structures, including f-structures and c-structures. (by Ars-Linguistica)
Gramformer
A framework for detecting, highlighting and correcting grammatical errors on natural language text. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration. (by PrithivirajDamodaran)
PyLFG | Gramformer | |
---|---|---|
1 | 5 | |
8 | 1,504 | |
- | - | |
10.0 | 0.0 | |
almost 2 years ago | almost 2 years ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PyLFG
Posts with mentions or reviews of PyLFG.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Debugging my conlang's grammar with LFG?
I've been looking into various LFG parsers such as XLE-Web, XLFG, and PyLFG. I have a sort of crazy monster syntax inspired by my unquenchable thirst for syntactic exploration, but I'd like to tame and codify it into a list of rules and parameters, seeing what sentences end up being good or malformed given the constraints. Has anyone here tried analyzing their conlangs using LFG in particular?
Gramformer
Posts with mentions or reviews of Gramformer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-27.
-
I started an internet experiment about writing. It is a book written entirely by internet users. Everyone can continue the story written by others.
You could spin up an instance with something like https://github.com/PrithivirajDamodaran/Gramformer and then just run the entries threw it.
-
Creating pharaphrased texts from input
A paraphraser for any input text using the wonderful parrot library from https://github.com/PrithivirajDamodaran
-
What is the best solution to automatically preprocess and correct a LOT of English text?
Gramformer can be useful.
-
ML application for grammar correction
If you capture it, you might as well correct it. Check out Gramformer or Grammarly's Gector. You can do scoring based on number of mistakes proposed by these models i.e. the fewer, the better.
- Is there any way to detect grammatical errors and classify text as being either grammatically correct/incorrect?
What are some alternatives?
When comparing PyLFG and Gramformer you can also consider the following projects:
language_tool_python - a free python grammar checker 📝✅
gector - Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)
kharma - Grammar-based fuzzing corpus generator
kefir - 🥛turkic morphology project
nylon - An intelligent, flexible grammar of machine learning.
Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.