You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LanguageTools has a server implementation. We can spawn server once and send requests to it. It would be much faster than executing one command for each :GrammarousCheck.
This is nice because you can host it in the cloud or on your own hardware, and have it set up with all the additional models and n-gram data that's available. These features require a lot of memory, CPU, and fast disk to run well. I've got a full LT server running on my beefy home server machine, and the Firefox plugin has excellent performance from my comparatively weak development laptop assigned by my company (well, it's not necessarily weak, but I don't have enough free RAM to spare on LT...).
Being able to use that from within Vim would be excellent, but none of the LT plugins appear support the HTTP API (unless I'm missing one). Might be a good opportunity for grammarous to stand out. Thanks!
LanguageTools has a server implementation. We can spawn server once and send requests to it. It would be much faster than executing one command for each
:GrammarousCheck
.#7 (comment)
The text was updated successfully, but these errors were encountered: