pattern icon indicating copy to clipboard operation
pattern copied to clipboard

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.

Results 109 pattern issues
Sort by recently updated
recently updated
newest added

Hi Maintainers of this repo, Thank you very much for your excellent work, I am new to this repository. I am a researcher studying the best practices of evolving data...

With the change in the python 3 release 7 the yield function started to work differently, hence this adaption is made. Thank you

After running `pip install pattern` getting below error ``` paul@paul-B85M-D3H:~$ pip install pattern Defaulting to user installation because normal site-packages is not writeable Collecting pattern Using cached Pattern-3.6.0.tar.gz (22.2 MB)...

Hi! In "/usr/local/lib/python3.9/site-packages/pattern/web/__init__.py" we have isAlive() in line 224. Running the asynchronous requests example from pattern web it throws: Traceback (most recent call last): File "/Users/eyoshi/Python/Pattern/pattern_web_example.py", line 20, in while...

I downloaded pattern module using pip. Then, when I try to run the example given in readme file, a StopIteration is being raised. ` (ProjectIM) PS C:\Users\Sourav Kannantha B\Documents\ProjectIM\go bot>...

Hii , This lib uses mysqlclient which is licensed under GPL. And according to GPL rules we cannot license our software under anyother license, if we use GPL code ....

when I use this command :`python setup.py build` is ok. but when I use command:`python setup.py install` is error. **Error Messages**: `Processing mysqlclient-1.4.2.post1.tar.gz Writing c:\users\appdata\local\temp\easy_install-eycove\mysqlclient-1.4.2.post1\setup.cfg Running mysqlclient-1.4.2.post1\setup.py -q bdist_egg --dist-dir...

Pattern should start supporting Python 3. Looking at the amount of code, it is a non-trivial task and any help is much appreciated.

WIP
discussion

Hi, after installing pattern3 from pip: Following must be fixed: 1. Use tree.py from git repository 2. In Init def _read the raise StopIteration will only work to Python 3.6...