pattern
pattern copied to clipboard
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
I was able to install pattern from the ```development``` branch. But I am unable to import ```pattern.en```? ``` Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19) [GCC 7.2.0] on...
Can i check whether email pattern is still working, i followed the steps from [Email](https://github.com/clips/pattern/wiki/pattern-web#e-mail) getting these Errors `b'[ALERT] Please log in via your web browser: https://support.google.com/mail/accounts/answer/78754 (Failure)'`
Collecting pattern Using cached https://files.pythonhosted.org/packages/1e/07/b0e61b6c818ed4b6145fe01d1c341223aa6cfbc3928538ad1f2b890924a3/Pattern-3.6.0.tar.gz Collecting future (from pattern) Using cached https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz Collecting backports.csv (from pattern) Using cached https://files.pythonhosted.org/packages/8e/26/a6bd68f13e0f38fbb643d6e497fc3462be83a0b6c4d43425c78bb51a7291/backports.csv-1.0.7-py2.py3-none-any.whl Collecting mysqlclient (from pattern) Using cached https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz ERROR: Complete output from...
In /text/__init__.py StopIteration gets raised every time ``` def _read(path, encoding="utf-8", comment=";;;"): """ Returns an iterator over the lines in the file at the given path, strippping comments and decoding...
Al ejecutar el módulo tira error de StopIteration. En otros foros me informaron que es porque tengo Python 3.8 y pattern 3.6 Me sugiereron este atajo: def solo_los_verbos(frase): try: s...
Extending missing verb forms 3nd person singlar. Extensions appear in example, examples are followed by source. * swathe He swathes it with his own feelings, and thereby lends to it...
Fixed some stuff in pattern/text/en/en-verbs.txt
I would like to know if the order of the if statements for the mood() function is intentional or not. It seems strange to return the first mood detected rather...
Inside the Documentation of [pattern es](https://github.com/clips/pattern/wiki/pattern-es), particularly in **verb conjugation**, there is a table of conjugations for spanish verbs, however, in the table, when the alias is "1sgp+", this doesnt...
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...