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.72k stars 1.58k forks source link

generator changes + stopiter fix #319

Open alankoshy opened 3 years ago

alankoshy commented 3 years ago

Wanted to remove some of the generator functions due to it being depreciated soon. (https://docs.python.org/3/whatsnew/3.7.html#deprecated-python-behavior)

Removed some of the StopIteration throwing statements to make the code work more smoothly in 3.7

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-67.5%) to 0.0% when pulling 7b2c0738b02c85829ad358165787b6bca8b07d59 on alankoshy:dev_3.7 into d25511f9ca7ed9356b801d8663b8b5168464e68f on clips:master.