Questions tagged [languagetool]

Languagetool is a Java based Open Source style and grammar checker

LanguageTool is a proof-reading tool for English, German, Polish, Chinese, French, Dutch, Russian, Italian, Danish and more languages (see http://www.languagetool.org/languages/ for a list). It is based on a Diploma Thesis around which an open source community was created.

Links

83 questions
2
votes
1 answer

How run own instance of LanguageTool 4.0 on Specific IP Address

I want to run my own instance of LanguageTool on my server IP Address other than the Localhost:8081 But from some document, I have read that -Server mode: by default, the server only binds to localhost now I just want to ask that how to run LT…
Ali Raja
  • 53
  • 2
  • 10
2
votes
1 answer

Is there a way to add custom rules to languageTool java API just by adding rule xml?

Is there a way to add custom rules to languageTool java API just by appending rules to grammar.xml and keeping it external to the java project? I want to deploy my java project only once, but keep updating the grammar rules whenever required. I…
Sindhu Venkatachary
  • 233
  • 1
  • 2
  • 10
2
votes
0 answers

Can I use languagetool for android app development

I used languagetool 3.4 API for my desktop application, now I want to use it in my android app. Is it possible? if so, how to use it? I am using Android Studio. Thanks
Igniter
  • 565
  • 1
  • 4
  • 13
2
votes
1 answer

can not find symbol Language.ENGLISH

I am using jlanguagetool for checking grammar of my text and I am new to this. I have added langaugetool-core-2.5.jar in libraries. But I get error in this line of code JLanguageTool langTool = new JLanguageTool(Language.ENGLISH); at ENGLISH,…
Igniter
  • 565
  • 1
  • 4
  • 13
2
votes
2 answers

How to switch off suggestion mechanism of language tool?

I am using languageTool with python. But it is quite slow when I want to proceed really long text or lot of texts. I keep on reading how long is the suggestion mechanism, I actually do not need any suggestion, I am interested only on rule_id and…
MathiasDesch
  • 352
  • 3
  • 15
2
votes
1 answer

How to add reference to resource folder when generating dll file using IKVM

I have some resources e.g. xml files, images etc in org\languagetool\resource directory in my jars applications directory. I wonder how to provide reference to these resources when building dll from a jar file. I tried adding following…
Nitin Sawant
  • 7,278
  • 9
  • 52
  • 98
1
vote
4 answers

How to speed up language-tool-python library use case

I have a pandas dataframe with 3 million rows of social media comments. I'm using the language-tool-python library to find the number of grammatical errors in a comment. Afaik the language-tool library by default sets up a local language-tool server…
1
vote
1 answer

Setting Up Stand-alone LanguageTool in Docker container

Im trying to setup LanguageTool as a standalone server as a Docker Container. So what I did is download the standalone system provided at -> https://languagetool.org/download/LanguageTool-stable.zip and put it in my project. I setup the…
1
vote
1 answer

Flutter -> RichText From a List of Words

I don't have much experience with flutter. I am using the language_tool library (https://pub.dev/packages/language_tool) for Dart and Flutter. I would like the words present in the Errors list, which are the words with grammatical errors found…
CastoldiG
  • 178
  • 3
  • 17
1
vote
1 answer

flutter - language_tool how to import a class

I don't have much experience with flutter. I would like to use the language_tool library for Dart and Flutter .(https://pub.dev/packages/language_tool) I created the script below and would like a ListTile with all the .issueTypes to appear on the…
CastoldiG
  • 178
  • 3
  • 17
1
vote
0 answers

JLanguageTool is running slow

I am trying to implement JLanguageTool in combination with JavaFX and RichtextFX to get myself a GUI which spellchecks the given input in a Codearea and highlights misspelled words. My problem is, that even for small sentences (6 words) with a…
1
vote
1 answer

Is LanguageTool free if I host my own server?

https://github.com/languagetool-org/languagetool Based on their documentation, they allow us to host our own server but I'm wondering if there's any request restriction or is it completely free to use? I know their public server has request…
goodonion
  • 1,401
  • 13
  • 25
1
vote
1 answer

JLanguageTool do not ignore digits in words

I'm using JLanguageTool with the German language (de-DE) for spellchecking and noticed that digits seems to be used as a word separator (just like spaces?). For example We8lt is not reported as a single incorrect word but as two spelling erros (one…
Werzi2001
  • 2,035
  • 1
  • 18
  • 41
1
vote
1 answer

LanguageTool Java app running as a systemd service. `--languagemodel` argument is ignored

I have downloaded the LanguageTool server. I have created a systemd process for the app to ensure that it can be easily managed and begins on startup: Systemd [Unit] Description=LanguageTool…
Muckee
  • 474
  • 1
  • 8
  • 26
1
vote
1 answer

language_check Remote end closed connection without response issue

I'm using language-check python package in one of my Django projects. I've installed it using pip install --upgrade language-check command. It was working fine in my device. Then I've hosted the project to an AWS ec2 instance. When I try to use the…
Taohidul Islam
  • 5,246
  • 3
  • 26
  • 39