{ "info": { "author": "Steven Loria", "author_email": "sloria1@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "===========\ntextblob-fr\n===========\n\n.. image:: https://badge.fury.io/py/textblob-fr.png\n :target: http://badge.fury.io/py/textblob-fr\n :alt: Latest version\n\n.. image:: https://travis-ci.org/sloria/textblob-fr.png?branch=master\n :target: https://travis-ci.org/sloria/textblob-fr\n :alt: Travis-CI\n\nFrench language support for `TextBlob`_.\n\nFeatures\n--------\n\n* Part-of-speech tagging (``PatternTagger``)\n* Sentiment analysis (``PatternAnalyzer``)\n* Supports Python 2 and 3\n\nInstalling/Upgrading\n--------------------\n\nIf you have `pip `_ installed (you should), run ::\n\n $ pip install -U textblob\n $ pip install -U textblob-fr\n\nUsage\n-----\n.. code-block:: python\n\n >>> from textblob import TextBlob\n >>> from textblob_fr import PatternTagger, PatternAnalyzer\n >>> text = u\"Quelle belle matin\u00e9e\"\n >>> blob = TextBlob(text, pos_tagger=PatternTagger(), analyzer=PatternAnalyzer())\n >>> blob.tags\n [(u'Quelle', u'DT'), (u'belle', u'JJ'), (u'matin\\xe9e', u'NN')]\n >>> blob.sentiment\n (0.8, 0.8)\n\nAlternatively, you can use the ``Blobber`` class to avoid having to repeatedly pass the models into the ``TextBlob`` constructor.\n\n.. code-block:: python\n\n >>> from textblob import Blobber\n >>> from textblob_fr import PatternTagger, PatternAnalyzer\n >>> tb = Blobber(pos_tagger=PatternTagger(), analyzer=PatternAnalyzer())\n >>> blob1 = tb(u\"Quelle belle matin\u00e9e\")\n >>> blob1.sentiment\n (0.8, 0.8)\n >>> blob2 = tb(u\"C'est une voiture terribles.\")\n >>> blob2.sentiment\n (-0.7, 0.6)\n >>> blob1.analyzer is blob2.analyzer\n True\n\nRequirements\n------------\n\n- Python >= 2.6 or >= 3.3\n\nTODO\n----\n\n- Tokenization\n- Parsing\n- NLTK tagging?\n\nLicense\n-------\n\nMIT licensed. See the bundled `LICENSE `_ file for more details.\n\n.. _TextBlob: https://textblob.readthedocs.org/\n\n\nChangelog\n---------\n\n0.2.0 (10/27/2013)\n++++++++++++++++++\n\n* Compatibility with TextBlob>=0.8.0.\n\n0.1.0 (09/25/2013)\n++++++++++++++++++\n\n* First release\n* Basically a thin, Py3-compatible wrapper around pattern.fr. Hooks to pattern's tagger and sentiment analyzer.\n\n\n0.0.1 (09/22/2013)\n++++++++++++++++++\n\n* Experimental release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sloria/textblob-fr", "keywords": "textblob_fr", "license": "Copyright 2013 Steven Loria\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "textblob-fr", "package_url": "https://pypi.org/project/textblob-fr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/textblob-fr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sloria/textblob-fr" }, "release_url": "https://pypi.org/project/textblob-fr/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "French language support for TextBlob.", "version": "0.2.0" }, "last_serial": 904845, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d213c5590f0b10e2853a4014009bdb47", "sha256": "70397dc929e60d6d4ebbc0a980c91fa4ab4d4942d63a270f5469ce5700607791" }, "downloads": -1, "filename": "textblob_fr-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d213c5590f0b10e2853a4014009bdb47", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 561015, "upload_time": "2013-09-23T02:50:48", "url": "https://files.pythonhosted.org/packages/fd/b7/01ef68b4a1689e738c3eb155d3a25a4685c223f1085231c2c30e3e62c244/textblob_fr-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62bfecf0b7b9a8b7e2a997de48d8df3e", "sha256": "714552bd226ad71fa55d779852957bd6fa392290e23baed05c0ed3229b916940" }, "downloads": -1, "filename": "textblob-fr-0.0.1.tar.gz", "has_sig": false, "md5_digest": "62bfecf0b7b9a8b7e2a997de48d8df3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557207, "upload_time": "2013-09-23T02:50:32", "url": "https://files.pythonhosted.org/packages/19/d0/c74d5cced9bd28d78a1eaa00dce90d912c08feb824f4eab89a8619317fe5/textblob-fr-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "5582672761ff62ce0e6643d74c3a25d4", "sha256": "5dcf027e1c68f67266d973e7cbe8df080ef3f049d096c2bc4dfff517ee734f80" }, "downloads": -1, "filename": "textblob_fr-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5582672761ff62ce0e6643d74c3a25d4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 561129, "upload_time": "2013-09-25T15:38:53", "url": "https://files.pythonhosted.org/packages/99/2e/2c1fa522a9cfb606c4c8dfafffbf79239762446f8a3d5f7788d8a2c1c473/textblob_fr-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fac53e49c45a430c35636dd2cffb46b3", "sha256": "c5d7bc0798fc2ed6017abe89e8ae30b1010694879a5777ce8d31bd6bbbe83fb2" }, "downloads": -1, "filename": "textblob-fr-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fac53e49c45a430c35636dd2cffb46b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557411, "upload_time": "2013-09-25T15:38:49", "url": "https://files.pythonhosted.org/packages/05/5b/bb376693acb5c135947b44a14c91d833d244a61e95d37ecae740c99b71b4/textblob-fr-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "120bc832594e7cdaae11a3b06a822ffd", "sha256": "34a24bac930c12bd53d81df4a663143b13af884d836d8e061e3c77fdf3cd4461" }, "downloads": -1, "filename": "textblob_fr-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "120bc832594e7cdaae11a3b06a822ffd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 561175, "upload_time": "2013-10-28T03:35:46", "url": "https://files.pythonhosted.org/packages/99/53/1d532ed522e561bc75e78e5c1920aba52f574847339462780cd060f2e607/textblob_fr-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7bf10ea42c87dbe7884682480ccb1ad", "sha256": "1edc942d018ae7cc121e59ec6bda7c33ece92943f81f9c9acc57a23a67897c33" }, "downloads": -1, "filename": "textblob-fr-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b7bf10ea42c87dbe7884682480ccb1ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557446, "upload_time": "2013-10-28T03:35:42", "url": "https://files.pythonhosted.org/packages/b4/ff/b972113f79e50778b97b82a9624a97fc5b41c5b3ed6dcb4486a7d6ed2697/textblob-fr-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "120bc832594e7cdaae11a3b06a822ffd", "sha256": "34a24bac930c12bd53d81df4a663143b13af884d836d8e061e3c77fdf3cd4461" }, "downloads": -1, "filename": "textblob_fr-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "120bc832594e7cdaae11a3b06a822ffd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 561175, "upload_time": "2013-10-28T03:35:46", "url": "https://files.pythonhosted.org/packages/99/53/1d532ed522e561bc75e78e5c1920aba52f574847339462780cd060f2e607/textblob_fr-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7bf10ea42c87dbe7884682480ccb1ad", "sha256": "1edc942d018ae7cc121e59ec6bda7c33ece92943f81f9c9acc57a23a67897c33" }, "downloads": -1, "filename": "textblob-fr-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b7bf10ea42c87dbe7884682480ccb1ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 557446, "upload_time": "2013-10-28T03:35:42", "url": "https://files.pythonhosted.org/packages/b4/ff/b972113f79e50778b97b82a9624a97fc5b41c5b3ed6dcb4486a7d6ed2697/textblob-fr-0.2.0.tar.gz" } ] }