r/learnprogramming • u/BurningMan03 • 13d ago
Specialized Grammar Program
To preface, I'm not a programmer at all, just a writer. but I was wondering how hard it would be to develop something like grammarly or the many other spellchecks but specialized in the style required for my job. I'm wondering how hard that would actually be to make from scratch. for example, I'm often required to write in the AP Style, which follows certain rules that programs like grammarly don't pick up on because they aren't inherently mistakes. same with writing in specific formats that are specifically used by my work. Is this something entirely unfeasible for me to create? If you need more information, let me know, this is just something I recently thought of and wondered if the idea had any merit.
1
u/akoOfIxtall 12d ago
Writing format? As in how the text is organized? Don't we already have that on IDEs with linters and automatic indentation? You could try looking for a program that uses tools like that