language_tool_python
PyLFG
language_tool_python | PyLFG | |
---|---|---|
5 | 1 | |
432 | 8 | |
- | - | |
6.2 | 10.0 | |
3 months ago | almost 2 years ago | |
Python | Python | |
GNU General Public License v3.0 only | MIT License |
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.
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.
PyLFG
-
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?
What are some alternatives?
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.
transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
kefir - 🥛turkic morphology project
textidote - Spelling, grammar and style checking on LaTeX documents
kharma - Grammar-based fuzzing corpus generator
serve - ☁️ Build multimodal AI applications with cloud-native stack
Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
angry-reviewer - Style corrector for academic writing and scientific papers at angryreviewer.com
TatSu - 竜 TatSu generates Python parsers from grammars in a variation of EBNF
spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python
plotnine - A Grammar of Graphics for Python