I don't know whether this question is still actual however I'd like to recommend you the Universal Dependency tool, namely, UDPipe: http://lindat.mff.cuni.cz/services/udpipe/. There you can find models for all languages that you need. These models allow performing both morphological and syntactic analysis. I've used them for different Slavic languages in Python, it's working pretty well.
Thank you Artem. This is exactly what I did. The only problem I have was the preparation of UDP format in Python. I did in R and then uploaded to Python. It works well (this is a feedback from native speakers of languages I was analyzing).