Assuming you have already created a personal Calibre GUI-type plugin designed to do what is necessary to interact with pymorphy2, hard-copy the pymorphy2 .py files into a subdirectory of the plugin source-code directory, and then "from xxxxx import ....." them into your plugin for use.
|