If not Node.js, then any CLI tool perhaps?
I am looking for some way to automatically improve punctuation (or show errors on incorrect punctuation) on sentences. So for example, it would turn this:
hello i am a sentence
To this:
Hello I am a sentence.
Doesn't have to get fancy with knowing English grammar and the meaning of words in detail, just something relatively basic that can capitalize words at beginning of sentences, add periods, perhaps go as far as add commas and apostrophes in the right places. That's pretty much it.
Writing simple rules does not work in practice, hence hoping for a more robust tool to exist.
question from:
https://stackoverflow.com/questions/65921955/is-there-a-punctuation-linter-in-node-js-anywhere 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…