clips / pattern

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
https://github.com/clips/pattern/wiki
BSD 3-Clause "New" or "Revised" License
8.74k stars 1.58k forks source link

mysqlclient is not needed when using text module #246

Open zjjott opened 6 years ago

zjjott commented 6 years ago

I have read code in "pattern/db" ,there is unnecessary using mysqlclient, as I know,mysqlclient is not enough good at compatibility, how about useing mysql-connector-python-rf for few system library requirements?

Sjoerd82 commented 3 years ago

Duplicate of #250.