languagetool LanguageTool

Tags: Writer

last edited: 2023-05-14

Rating:

LanguageTool is a style and grammar proofreading software for English, French, German, Polish, Dutch, Romanian, and a lot of other languages.

Description

LanguageTool is a style and grammar proofreading software for English, French, German, and many other languages. You can think of LanguageTool as a software to detect errors that a simple spell checker cannot detect, e.g. mixing up there/their, no/now etc. It can also detect some grammar mistakes.

Supported languages are: Asturian, Belarusian, Breton, Catalan, Chinese, Danish, Dutch, English, Esperanto, French, Galician, German, Greek, Italian, Japanese, Khmer, Persian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Tagalog, Tamil, Ukrainian. Please note that the level of support differs a lot between languages.

NOTE: Starting with LibreOffice 7.4, LanguageTool can be used from LibreOffice without this add-on. However, there are some reasons to use the extension:

  • The extension runs on the local machine. No remote server is needed.
  • The extension supports all rules working on the level of full text (e.g., opening and closing quotes are recognized even if they are more than one paragraph away from each other).
  • The extension automatically adds all lists of correctly spelled words (according to LanguageTool) to the dictionaries used by LibreOffice.
  • The extension supports grammar checking of Impress and Calc documents (Only manual checking by the LT check dialog. An automated check is not supported by LibreOffice.)
  • The extension offers a configuration dialog:
    • Easily activate / deactivate optional rules
    • Easily deactivate / reactivate default rules
    • Define custom colors and styles for rule groups or single rules
    • Change parameters for some special rules
    • Define profiles to check different kinds of documents

If you have trouble with the installation, please see our checklist.

You can always get the latest version of this add-on at https://languagetool.org/download/LanguageTool-stable.oxt - the version linked here at extensions.libreoffice.org might not be up-to-date.

 

Homepage: https://www.languagetool.org

Repository: https://github.com/languagetool-org/languagetool

Release List

  • Release Description Compatibility Operating Systems License Release notes  
  • 6.1.1 error detection updates / bug fixes 5.0 Linux, Windows, macOS LGPL

    New error detection rules and updates for Catalan, Dutch, English, French, German, Polish, Portuguese, Russian, Spanish, and Ukrainian.

    Bug fixes

    Download
  • 6.0 error detection updates / bug fixes 5.0 Linux, Windows, macOS LGPL

    New error detection rules for Catalan, Dutch, English, French, German, Polish, Portuguese, Russian, Spanish, and Ukrainian.

    Bug fixes

    Download
  • 5.9.1 error detection updates / bug fixes 5.0 Linux, Windows, macOS LGPL

    New error detection rules for Catalan, Dutch, English, German, French, Polish, Portuguese, Russian, Spanish, and Ukrainian.

    Bug fixes

    Download
  • 5.7 error detection updates 5.0 Linux, Windows, macOS LGPL

    Error detection updates for Catalan, Dutch, English, French, German, Polish, Portuguese, Russian, Spanish, and Ukrainian.

    Download
  • 5.6 5.0 Linux, Windows, macOS LGPL

    Error detection updates for Catalan, Dutch, English, French, German, Portuguese, Russian, Spanish, and Ukrainian.

    Download
  • 5.5.1 5.0 Linux, Windows, macOS LGPL

    Bug fixes.

    Download
  • 5.5 error detection updates 5.0 Linux, Windows, macOS LGPL

    Error rule updates for Catalan, Dutch, English, French, German, Portuguese, Russian, Spanish, and Ukrainian.

    Download
  • 5.4 5.0 Linux, Windows, macOS LGPL

    Changes include error detection updates for Catalan, Dutch, English, French, Galician, German, Portuguese, Russian, Spanish, and Ukrainian.

    Download
  • 5.3 5.0 Linux, Windows, macOS LGPL

    Error detection updates for Arabic, Catalan, Dutch, English, French, German, Portuguese, Russian, Spanish, and Ukrainian.

    Download
  • 5.2.3 5.0 Linux, Windows, macOS LGPL

    Bug fixes

    Download
  • 5.2.2 5.0 Linux, Windows, macOS LGPL

    Bug fixes

    Download
  • 5.2.1 5.0 Linux, Windows, macOS LGPL

    Bug fixes

    Download
  • 5.2 5.0 Linux, Windows, macOS LGPL

    Error detection updates for Catalan, Dutch, English, French, German, Portuguese, Russian, Spanish, and Ukrainian.

  • 5.1.3 5.0 Linux, Windows, macOS LGPL

    Bug fixes

    Download
  • 4.1 Error detection updates for Catalan, Chinese, Dutch, English, Esperanto, French, Galician, German, Polish, Portuguese, Russian, Spanish, and Ukrainian. 4.0 Linux, Windows, macOS LGPL external link

Other Extensions

LanguageTool

LanguageTool is a style and grammar proofreading software for English, French, German, Polish, Dutch, Romanian, and a lot of other languages.

7885 downloads

05-2023

Feedback

Post your review

You cannot post reviews until you have logged in. Login Here.

Reviews

  • D Sep 30, 2021, 6:53 PM (20 months ago)

    An update: as per the "our checklist" above, having a Mac I installed Java for OS X as suggested there (https://languagetooler.freshdesk.com/en/support/solutions/articles/44002037684-mac-specfic-issues), but only version 5.3 works without error messages.

    • D Oct 5, 2021, 3:09 PM (20 months ago)

      Update from myself. Unfortunately the error messages continue also with version 5.3

  • D Sep 29, 2021, 1:48 PM (20 months ago)

    New error message, I hope that the developers can help!

    M An error has occurred in LanguageTool 5.4 (2021-06-25 09:43:51 +0000):
    java.lang.StringIndexOutOfBoundsException: begin 548, end 547, length 547
    Stacktrace:
    java.lang.StringIndexOutOfBoundsException: begin 548, end 547, length 547
    at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3756)
    at java.base/java.lang.String.Substring(String.java: 1902)
    at java.base/java.lang.String.Substring(String.java: 1875)
    at org.languagetool.openoffice.SingleCheck.removeFootnotes(SingleCheck.java:712)
    at org.languagetool.openoffice.DocumentCache.getDocAsString(DocumentCache.java:399)
    at org.languagetool.openoffice.SingleCheck.addParaErrorsToCache(SingleCheck.java: 199)
    at org.languagetool.openoffice.SingleCheck.checkParaRules(SingleCheck.java:569)
    at org.languagetool.openoffice.SingleCheck.checkTextRules(SingleCheck.java:450)
    at org.languagetool.openoffice.SingleCheck.getCheckResults(SingleCheck.java: 144)
    at org.languagetool.openoffice.SingleDocument.getCheckResults(SingleDocument.java:220)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialog.getNextGrammatikErrorinParagraph(SpellAndGrammarCheckDialog.java:517)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialog.getNextErrorinParagraph(SpellAndGrammarCheckDialog.java:412)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialog.accessS5700(SpellAndGrammarCheckDialog.java:93)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialogSLtCheckDialog.getNextError(SpellAndGrammarCheckDialog.java: 1835)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialogSLtCheckDialog.findNextError(SpellAndGrammarCheckDialog.java: 1593)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialogSLtCheckDialog.runCheckForNextError(SpellAndGrammarCheckDialog.java: 1550)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialogSLtCheckDialog.5how(SpellAndGrammarCheckDialog.java: 1426)
    at org.languagetool.openoffice.SpellAndGrammarCheckDialog.run(SpellAndGrammarCheckDialog.java: 198)
    OS: Mac OS X on x86. 64, Java version 14.0.1 from Oracle Corporation

  • D Sep 29, 2021, 1:26 PM (20 months ago)

    Error message keeps coming up in Libreoffice extension. Java is
    Mac Os. High Sierra 10.13.6
    Libreoffice 7.1.6.2
    Languagetool 5.4

    Error message:
    SQ An error has occurred in LanguageTool 5.4 (2021-06-25 09:43:51 +0000):
    java.lang.StringindexOutOfBoundsException: begin 1109, end 1108, length 1108
    Stacktrace:
    java.lang.StringindexOutOfBoundsException: begin 1109, end 1108, length 1108
    at java.base /java.lang.String.checkBoundsBeginEnd\String,java:3756)
    at java.base /java.lang.String.substring(String,java:1902)
    at java.base /java.lang.String.substring(String java:1875)
    at org.languagetool.openoffice.SingleCheck.removeFootnotes(SingleCheck java:712)
    at org.languagetool. openoffice. DocumentCache.getDocAsString(DocumentCache.java:399)
    at org.languagetool.openoffice.SingleCheck.addParaErrorsToCache(SingleCheck.java:199)
    at org.languagetool.openoffice.SingleDocument.runQueueEntry(SingleDocument.java:535)
    at org.languagetool. openoffice. TextLevelCheck QueueSQueueEntry.runQueueEntry(TextLevelCheck Queue.java:438)
    at org.languagetool. openoffice. TextLevelCheck QueueSQueuelterator.run(TextLevelCheckQueue.java:539)
    OS: Mac OS X on x86_64, Java version 14.0.1 from Oracle Corporation

  • J. Martin Sep 26, 2021, 3:09 AM (20 months ago)

    Can confirm what’s been said so far.
    With
    - MacOS Big Sur 11.4
    - Oracle JDK 12.0.2
    the last working Language Tool Version is 4.x.

    With 5.x, LT just sits there in the menu. You can click on anything you like and it doesn’t do a thing. No error messages, no nothing.

    • J. Martin Sep 26, 2021, 3:13 AM (20 months ago)

      Sorry, forgot the LibreOffice version:
      - LibreOffice 7.2.1.2

  • adi maty Aug 19, 2021, 10:23 PM (22 months ago)

    i think this is a virus cause edge did not let me download it saying it can harm my computer.i unistalled while trying to update it and after my computer works smoothly.so i dont nees anymore this addon

  • M ark Jun 4, 2021, 4:30 PM (24 months ago)

    At first, I couldn't get it to work at all. I didn't get any error message whatsoever (such as: wrong Java, wrong LibreOffice version, problem installing LT etc). Installing a different version of Java didn't help. After removing and re-installing LT, I was able to make it work.

  • pol casacuberta May 17, 2021, 10:32 PM (2 years ago)

    The absolute best

  • Gerald Feb 17, 2021, 7:57 AM (2 years ago)

    Does not work on Libreoffice 7.1 with
    OpenJDK Runtime Environment (build 11.0.10+9-suse-1.2-x8664)

  • Qaz Cetelic Feb 10, 2021, 9:06 PM (2 years ago)

    Did not work even after installing java from Java.com instead of using OpenJDK

  • Hugo Oosterkamp Feb 3, 2021, 2:05 PM (2 years ago)

    So far, so good.
    I did install JAVA from java.com and had no further issues. Guess the main issue is the use of openJDK versus Java.com

    OpenSuse TW, LT 5.2.2,
    LO:
    Version: 7.0.3.1
    Build ID: 00(Build:1)
    CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: kf5
    Locale: en-US (C); UI: en-US
    Calc: threaded

    hugo@SF:~> java -version
    java version "1.8.0_281"
    Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
    Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)

RSS feed for reviews on this page | RSS feed for all reviews