Gramformer
language_tool_python
Gramformer | language_tool_python | |
---|---|---|
5 | 5 | |
1,504 | 434 | |
- | - | |
0.0 | 5.7 | |
almost 2 years ago | about 1 month ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
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.
Gramformer
-
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?
language_tool_python
-
Is there a tool to classify correct sentences?
If you are mainly concerned with grammatical errors, maybe the Language Tool could be helpful. There’s a python wrapper for it (https://github.com/jxmorris12/language_tool_python).
-
How to be able to compute 'good' text. Not reader comprehension level but well structured etc.
Language Tool Python looks like it might be the start to what you're looking for - this article I found shows a pretty similar project in looking for a "grammar quality" sort of score.
-
Python: How to capitalize a letter in the middle of a string?
Sure, you just need to import a library that codifies the entirety of the English language, such as language tool.
- Is there a python library or API that is able to check the grammar of a sentence?
-
How to check a text document for grammatical accuracy?
You could use language_tool_python.
What are some alternatives?
gector - Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)
transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
nylon - An intelligent, flexible grammar of machine learning.
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.
textidote - Spelling, grammar and style checking on LaTeX documents
kefir - 🥛turkic morphology project
angry-reviewer - Style corrector for academic writing and scientific papers at angryreviewer.com
Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
serve - ☁️ Build multimodal AI applications with cloud-native stack
plotnine - A Grammar of Graphics for Python
spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python