How can I do morphological analysis with LT LibreOffice?

Hello,

I’m using LT on libreOffice and I can’t found where can I do the morphological analysis of my text.
However, I installed the stand alone version and it do the morphological analysis but I can’t extract it.

Regards
Abir

That feature doesn’t exist in the LibreOffice add-on. You can analyze text using Text Analysis - LanguageTool.

Thanks @dnaber for your reply, but the problem is not solved yet. I have a large amount of texts, so, I need a simple way to extract the result that is shown without doing the copy/paste.

In that case you might want to use the command line client with the -t option:

java -jar languagetool-commandline.jar -t <file>

Thanks again, so I should use this command with the stand alone version?

Yes, languagetool-commandline.jar comes with the stand-alone version.

@dnaber I’m working on French texts so how can I specify the language in this command ?

Please see Command-Line Options - LanguageTool Wiki or just call the command without parameters.