How is it easier to connect a python module to a library?

How is it easier to connect a python module to a library? Is it possible somehow from inside languagetool? Or is it better to use it separately from Languagetool?

For example, there is https://github.com/natasha/natasha - project on the analysis of the Russian language without checking for errors. Some rules are more convenient to check after preliminary analysis with the help of the Natasha project.

Sorry, I don’t think there’s a way in LT to move the analysis (like POS tagging etc.) to an external process.