Pander invited you to check out Dropbox

2013-09-03 Thread Dropbox
Hi there, Pander wants you to try Dropbox! Dropbox lets you bring all your photos, docs and videos with you anywhere and share them easily. Get started here. https://www.dropbox.com/l/aENMli9HQicnObyuQZTOV21 Thanks! - The Dropbox Team To sto

Re: Inline codes support in Java API

2013-09-03 Thread Yves Savourel
Hi Daniel, > We could add a new method JLanguageTool.check(AnnotatedText). This > AnnotatedText object contains a list of tokens and each token is either > text or markup. For an XML snippet like "hi there", it could be > created like this: > > new AnnotatedText() > .addText("hi ") > .addMarku

Re: Italian/Portuguese/Russian web pages: LanguageToolGUI.jar should be replaced by languagetool-standalone

2013-09-03 Thread Dominique Pellé
Paolo Bianchini wrote > Yes, please go ahead for Italian. > > I still did not have time to figure out how to do check out and in with the > new repository. > > thanks > > Paolo Done. All pages are now updated. Dominique

Re: Inline codes support in Java API

2013-09-03 Thread R.J. Baars
I guess this will work quite well. Even plain text could be considered as marked up. There are markup characters in it like linefeeds and formfeeds. Ruud > Hi, > > LT only supports plain text, but we should make it easier for users of > our API to check text of any format. I'm looking for feedbac

Re: Inline codes support in Java API

2013-09-03 Thread Xavi Ivars
2013/9/3 Daniel Naber > Hi, > > LT only supports plain text, but we should make it easier for users of > our API to check text of any format. I'm looking for feedback on this > idea how we could do that: > > We could add a new method JLanguageTool.check(AnnotatedText). This > AnnotatedText object

Re: Italian/Portuguese/Russian web pages: LanguageToolGUI.jar should be replaced by languagetool-standalone

2013-09-03 Thread Paolo Bianchini
Yes, please go ahead for Italian. I still did not have time to figure out how to do check out and in with the new repository. thanks Paolo On Sep 3, 2013, at 8:36 AM, Daniel Naber wrote: > On 2013-09-03 05:51, Dominique Pellé wrote: > >> I still see the obsolete LanguageToolGUI.jar in the

Inline codes support in Java API

2013-09-03 Thread Daniel Naber
Hi, LT only supports plain text, but we should make it easier for users of our API to check text of any format. I'm looking for feedback on this idea how we could do that: We could add a new method JLanguageTool.check(AnnotatedText). This AnnotatedText object contains a list of tokens and each