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
0
votes
2 answers

LanguageTool : words followed by word different from

How can I match a series of words followed by a word different from x? For instance, how can I match at the cost of followed by a word different from some? I have tried the following, but to no avail:
0
votes
0 answers

Eclipse export libraries with non jar files

I'm facing a problem I have never had before when exporting my eclipse project with external library. I made a little program with spelling correction and I used the language tool library you can find here. I put this library in the build path and…
0
votes
1 answer

Languagetool example: java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar

The error message java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar shows up when I try to run the example from http://wiki.languagetool.org/java-api JLanguageTool langTool = new JLanguageTool(new…
Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
-1
votes
1 answer

How to remove certain words from suggestions?

I'm running my own instance of https://languagetool.org/ and I don't know how to remove certain words from the suggestions. There's a latin word 'sunt', which when checked by the tool returns a similar word where s is replaced with c, followed by…
somecallitblues
  • 680
  • 4
  • 9
-1
votes
1 answer

Python requests and LanguageTool encoding error

I am trying to post text data to a langaugetool server. My text includes trademark symbols and copyright symbols etc. On my first attempt to just post the text like so: response = requests.post( LANGUAGETOOL_URL, …
Neil
  • 3,020
  • 4
  • 25
  • 48
-1
votes
1 answer

how do i apply language tool to Python df and add results as new column in df?

I am trying to add a column to a df (large Excel imported as df with Panda). The new column would be the output errors of using Language Tool import when applied to a column in the df. So for each row, I'd have the errors or blank/no errors in new…
DanD
  • 1
  • 2
-2
votes
3 answers

Do you know a free or open source website spell-checker?

We are looking for a free to use website software for spell checking our sites before they go to production. A basic search online took me to these pages: Net MECHANIC Text Trust Orango I did the trial in NetMechanic and I got a bogus email…
Geo
  • 8,663
  • 13
  • 63
  • 93
-3
votes
1 answer

Segmentation Rules Exchange Files

I am working in sentence segmentation project and I am searching about SRX files (Segmentation Rules Exchange) for sentence splitting. I tried to find srx (Segmentation Rules Exchange) files for sentence splitting in English, French, German,…
dedo
  • 11
  • 2
1 2 3 4 5
6