Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest version of LanguageTool #52

Closed
sylvainhalle opened this issue Jan 6, 2019 · 3 comments
Closed

Upgrade to latest version of LanguageTool #52

sylvainhalle opened this issue Jan 6, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@sylvainhalle
Copy link
Owner

Current build of TeXtidote includes LanguageTool 4.1. As of 2019-01-06, the latest version is 4.4. See: https://languagetool.org/download/

@sylvainhalle sylvainhalle added the enhancement New feature or request label Jan 6, 2019
@sylvainhalle sylvainhalle added this to the v0.8 milestone Jan 6, 2019
@Backfighter
Copy link

I've seen that you bundle languagetools yourself which seems to be very tedious. You could use the artifact from the maven repository of languagetool (https://repo1.maven.org/maven2/org/languagetool/language-all/4.4/language-all-4.4.jar) in your config.xml.
I would also recommend switching from ant to maven as the build system since it makes dependency management easier.

@sylvainhalle
Copy link
Owner Author

The file at the end of this URL is only 2 kilobytes, and does not appear to be either a valid JAR or ZIP file.

@Backfighter
Copy link

Oh you're right languagetool-all is basically a group, gathering all language specific jars as dependencies. Therefore they are not included (https://mvnrepository.com/artifact/org.languagetool/language-all/4.4). I guess I jumped the gun on this one. Sorry.

This only leaves using a build tool that supports maven as an option to allow easier upgrades of the language tool (maven, gradle, ivy,... ).
Which I would still recommend.

sylvainhalle added a commit that referenced this issue Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants