Multiple POS tags

I am talking about the same thing you’ve referred. But you can download the offline version from there. What is the problem about GPL?

LanguageTool is released under LGPL, it cannot be combined with GPL-based libraries, as that would impose the restrictions of the GPL onto LanguageTool and all its users (put simply, it wouldn’t be possible anymore to use LT in commercial software).

First of all… A big Thank you for your quick response. I understood that would impose the restrictions of the GPL onto LanguageTool and all its users. But my question is, Can I use stanford tagger for Languagetool offline. (By making changes in java file)…
Because I am facing a lot of inconsistencies in LT POS tagger. We can edit the Langauge Tool java code. Where to change the tagger options. Please let me know. And Thank you for your precious time.

The tagging for English is done in org.languagetool.tagging.en.EnglishTagger which extends org.languagetool.tagging.BaseTagger.

Thank you very much. I will check the java file.