Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 616 Bytes

Python-ParaPhrasing

This para phrasing script uses google translation module to do that but not using their paid api.

Use the function as: .... paraPhrase("YOUR TEXT") this will return a string.

library required:

  • pyQt4 : (windows) install from here : from here

    In the filenames cp27 means C-python version 2.7, cp35 means python 3.5, etc.

    Make sure you grab the correct Windows wheel file (python version, 32/64 bit), and then use pip to install it - e.g:

    C:\path\where\wheel\is\> pip install PyQt4-4.11.4-cp35-none-win_amd64.whl