Re: web spell checking

2015-08-13 Thread Andrew Pullins
I can play around with it once I implement the solution.  After some tests
I can figure out whether "live" spell/grammar check is possible for our
work load and if not we can always add a spell check button that the user
can select as well when they save their documents.

Thank you for your help. I am glad I found a good open source spell/grammar
checker.
Andrew

--
Jesus is my Lord and Savior. Praise be unto God for giving us a way to live
with him.




  

On Thu, Aug 13, 2015 at 11:45 AM, Daniel Naber <
daniel.na...@languagetool.org> wrote:

> On 2015-08-13 14:48, Andrew Pullins wrote:
>
> > So set up some javascript to call language tool every 30 seconds to a
> > minute?
>
> One check per 30 seconds probably won't feel very interactive to the
> user... Checking could depend on whether text was actually changed.
> However, for texts that aren't small one should not send the whole text
> to the API every 1-2 seconds. In other words: it's not easy to get right
> and that's the reason we don't do it on languagetool.org.
>
> Regards
>   Daniel
>
>
>
> --
> ___
> Languagetool-devel mailing list
> Languagetool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/languagetool-devel
>
--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: web spell checking

2015-08-13 Thread Daniel Naber
On 2015-08-13 14:48, Andrew Pullins wrote:

> So set up some javascript to call language tool every 30 seconds to a
> minute?

One check per 30 seconds probably won't feel very interactive to the 
user... Checking could depend on whether text was actually changed. 
However, for texts that aren't small one should not send the whole text 
to the API every 1-2 seconds. In other words: it's not easy to get right 
and that's the reason we don't do it on languagetool.org.

Regards
  Daniel


--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: web spell checking

2015-08-13 Thread Andrew Pullins
So set up some javascript to call language tool every 30 seconds to a
minute?
On Aug 13, 2015 1:41 AM, "Daniel Naber" 
wrote:

> On 2015-08-13 02:00, Andrew Pullins wrote:
>
> > Thank you. you know I saw that on the home page and for what ever
> > reason did not connect that it was doing what I want it to do.. can it
> > be set to auto check?
>
> No, at least not without extending the Javascript code.
>
> Regards
>   Daniel
>
>
>
> --
> ___
> Languagetool-devel mailing list
> Languagetool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/languagetool-devel
>
--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: web spell checking

2015-08-12 Thread Daniel Naber
On 2015-08-13 02:00, Andrew Pullins wrote:

> Thank you. you know I saw that on the home page and for what ever
> reason did not connect that it was doing what I want it to do.. can it
> be set to auto check?

No, at least not without extending the Javascript code.

Regards
  Daniel


--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: web spell checking

2015-08-12 Thread Andrew Pullins
Thank you. you know I saw that on the home page and for what ever reason
did not connect that it was doing what I want it to do.. can it be set to
auto check?

--
Jesus is my Lord and Savior. Praise be unto God for giving us a way to live
with him.




  

On Mon, Aug 10, 2015 at 2:49 AM, Daniel Naber  wrote:

> On 2015-08-10 03:45, Andrew Pullins wrote:
>
> Hi Andrew,
>
> > 366 of the Linux Action Show here [1].  I was wondering if I would be
> > able to take Languagetool and add it to a website that I am
> > developing.
>
> thanks for your interest in LT. You can integrate LT like we do on
> languagetool.org:
> http://wiki.languagetool.org/integration-on-websites
>
> Alternatively, you could have users submit their text, check it on your
> server, and return the results with the Java API:
> http://wiki.languagetool.org/java-api
>
> Regards
>   Daniel
>
>
>
> --
> ___
> Languagetool-devel mailing list
> Languagetool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/languagetool-devel
>
--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: web spell checking

2015-08-09 Thread Daniel Naber
On 2015-08-10 03:45, Andrew Pullins wrote:

Hi Andrew,

> 366 of the Linux Action Show here [1].  I was wondering if I would be
> able to take Languagetool and add it to a website that I am
> developing.

thanks for your interest in LT. You can integrate LT like we do on 
languagetool.org:
http://wiki.languagetool.org/integration-on-websites

Alternatively, you could have users submit their text, check it on your 
server, and return the results with the Java API: 
http://wiki.languagetool.org/java-api

Regards
  Daniel


--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


web spell checking

2015-08-09 Thread Andrew Pullins
Hello,

I just heard about this project from Jupiter Broadcasting on epicode 366 of
the Linux Action Show here .
I was wondering if I would be able to take Languagetool and add it to a
website that I am developing.   Users will write documents and articles and
I would like to add a grammar and spell checker so that when they post it
they don't have a ton of errors that they may not have noticed.

I got exited when I saw that the majority of this code was written in Java
as that is what I am writing the site in.

--
Jesus is my Lord and Savior. Praise be unto God for giving us a way to live
with him.




  
--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel