{ "info": { "author": "Laurent Pointal", "author_email": "laurent.pointal@limsi.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Linguistic" ], "description": "Python wrapper for TreeTagger\n=============================\n\n.. note:\n\n TreeTagger is a language independent part-of-speech tagger.\n\n:author: Laurent Pointal \n:organization: CNRS - LIMSI\n:copyright: CNRS - 2004-2019\n:license: GNU-GPL Version 3 or greater\n:version: 2.3\n\n\n- `Module documentation `_\n (on Read The Docs).\n- `Subversion repository & bug tracking `_\n (on french academic SourceSup site).\n- `Developer page `_\n\nWhat is it?\n-----------\n\nThis module wrap the Helmut Schmid language independent part-of-speech\nstatistical tagger into a Python class allowing to tag\nseveral texts one after the other, maintaining connexions with the tagger\nprocess to speed-up processing (remove external Perl scripts dependency\nfor chunking).\n\nUsing objects, you can start multiple taggers simultaneously, eventually using\ndifferent languages.\n\nSupport chunking for:\n\n- english\n- french\n- german\n- spanish\n\nSupport tagging for languages supported by TreeTagger, but you have to\ndo chunking by your own, if necessary you have to specify parameter\nfiles via options.\n\nThis version has been reworked to run with Python2 and Python3 (thanks so six)\nand globally reworked, bugs fixed.\n\nInstallation\n------------\n\nUnless someone built a package for your OS distro, the simplest procedure\nis to use ``pip`` to install the module:\n\n pip install treetaggerwrapper\n\nIf you have no admin access to install things on you computer, you may install\na virtualenv and run pip inside this virtual env, or you can do a local user\ninstallation:\n\n pip install --user treetaggerwrapper\n\nMay use ``pip3`` to go with your Python3 installation.\n\nYou also need to install TreeTagger\u2026\n\n\nTreeTagger\n----------\n\nTreetagger itself is is freely available for research, education and evaluation.\nSee `TreeTagger page`_.\n\n.. _TreeTagger page: http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/DecisionTreeTagger.html\n\nThere is an installation procedure based on a script, where you download needed files\ninto the directory where you want to install TreeTagger, including the installation\nscript, and then launch the script to unzip and install right files in right\ndirectories with right names.\n\nFor *Windows* users, there is a downloadable Windows binary, but no install script.\nYou have to download TreeTagger parameter files (since TreeTagger goes utf-8 they\nare same on Linux and Windows), unzip them and install them in the right\nplace (``lib/``), with the right names (you can see these files names in\n``treetaggerwrapper.py`` global dictionnary ``g_langsupport``,\nin keys ``tagparfile`` and ``abbrevfile``.\n\nIf you install TreeTagger in a common place, there is normally a working autodetection\nwithin ``treetaggerwrapper``.\nBut if you install it in a special place or with a special name, you will have\nto provide this installation directory to the module (see ``TAGDIR`` in the doc).", "description_content_type": "", "docs_url": null, "download_url": "https://sourcesup.renater.fr/projects/ttpw/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://perso.limsi.fr/pointal/dev:treetaggerwrapper", "keywords": "tagger,treetagger,wrapper,text,annotation,linguistic", "license": "GNU General Public License v3 or greater", "maintainer": "", "maintainer_email": "", "name": "treetaggerwrapper", "package_url": "https://pypi.org/project/treetaggerwrapper/", "platform": "", "project_url": "https://pypi.org/project/treetaggerwrapper/", "project_urls": { "Download": "https://sourcesup.renater.fr/projects/ttpw/", "Homepage": "http://perso.limsi.fr/pointal/dev:treetaggerwrapper" }, "release_url": "https://pypi.org/project/treetaggerwrapper/2.3/", "requires_dist": null, "requires_python": "", "summary": "Wrapper for the TreeTagger text annotation tool from H.Schmid.", "version": "2.3" }, "last_serial": 4755361, "releases": { "2.0.6": [ { "comment_text": "", "digests": { "md5": "b53134de1e35a30828a6158d3b1b9268", "sha256": "2d50ba783637cff8faaa932a268e6452b283572f9b992d852a307287e6ad42d4" }, "downloads": -1, "filename": "treetaggerwrapper-2.0.6.tar.gz", "has_sig": false, "md5_digest": "b53134de1e35a30828a6158d3b1b9268", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31439, "upload_time": "2015-08-22T13:05:58", "url": "https://files.pythonhosted.org/packages/fe/91/c7ef369d47b20d88d7838fe93570f2fba23be0ef798f8d569ebba0a441d0/treetaggerwrapper-2.0.6.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "2e53902a9c2b61c1a268f678d27608ec", "sha256": "3ecf845d8d2a8de349302224538a508cf8f61a58b2c72a00020bbe8fff93642a" }, "downloads": -1, "filename": "treetaggerwrapper-2.1.1.tar.gz", "has_sig": false, "md5_digest": "2e53902a9c2b61c1a268f678d27608ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34070, "upload_time": "2015-08-22T21:16:10", "url": "https://files.pythonhosted.org/packages/65/08/88d5d98938f786f3416d5fcaaa95c832287b47342f8757d5f6e7118b1d74/treetaggerwrapper-2.1.1.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "7e01ee35ff5feb308eac420d2936ba85", "sha256": "9420b4c7ecf55ab836a036ceb4b5a9c5f55fc92efd87b426dcfe28bf43948f4e" }, "downloads": -1, "filename": "treetaggerwrapper-2.2.2.tar.gz", "has_sig": false, "md5_digest": "7e01ee35ff5feb308eac420d2936ba85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39883, "upload_time": "2015-08-28T08:14:46", "url": "https://files.pythonhosted.org/packages/da/a0/617033114d6d6481a1413a6a7be2dc807ebb6cbb4f852e867253c49f0bcb/treetaggerwrapper-2.2.2.tar.gz" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "42a3540cf26149f1ed06d095bb61f6c7", "sha256": "18c35376d508a1461008ae37204fcd533cef20a242be191a149dca4c193fa83b" }, "downloads": -1, "filename": "treetaggerwrapper-2.2.3.tar.gz", "has_sig": false, "md5_digest": "42a3540cf26149f1ed06d095bb61f6c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39882, "upload_time": "2016-05-12T14:25:36", "url": "https://files.pythonhosted.org/packages/f5/71/f082cea40062b9a929ab72ac4cc6ddf4a6c80379ba7ce20eaf2b56a044c3/treetaggerwrapper-2.2.3.tar.gz" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "ec2c07cef4c4771be8e1cb7995f40a40", "sha256": "307409c140a8c7953bcd339be24b5f9268a6d38b0ab6cdbbc69fc7456154bdf1" }, "downloads": -1, "filename": "treetaggerwrapper-2.2.4.tar.gz", "has_sig": false, "md5_digest": "ec2c07cef4c4771be8e1cb7995f40a40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40682, "upload_time": "2016-09-07T08:37:49", "url": "https://files.pythonhosted.org/packages/aa/51/c5a19f3db3788a0c20aeeb0ee76bbcc8b7d3fe260e83856450c1f47914cb/treetaggerwrapper-2.2.4.tar.gz" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "82a944c5121dc2e2789b375910d939c7", "sha256": "ae8832764d69b912abc5194d8c2064d3c6209f2af504fd00ebbd9afd063592f2" }, "downloads": -1, "filename": "treetaggerwrapper-2.2.5.tar.gz", "has_sig": false, "md5_digest": "82a944c5121dc2e2789b375910d939c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42943, "upload_time": "2018-08-07T14:34:33", "url": "https://files.pythonhosted.org/packages/01/bd/b20b51a19f4faf43e36508816c09a7f17321ccd722144fc6a4e80edf90a9/treetaggerwrapper-2.2.5.tar.gz" } ], "2.2.6": [ { "comment_text": "", "digests": { "md5": "e8981c9db668cf77ad29e2c6bc1bf06c", "sha256": "4e7aa2be274e716fc967880dea38179d779819200bdde64277fd86b1d585d21a" }, "downloads": -1, "filename": "treetaggerwrapper-2.2.6.tar.gz", "has_sig": false, "md5_digest": "e8981c9db668cf77ad29e2c6bc1bf06c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43439, "upload_time": "2018-08-08T08:26:35", "url": "https://files.pythonhosted.org/packages/22/79/678a0c47374a415669b69e6d5b5028d099dd55013a1077d246a2523dd7a3/treetaggerwrapper-2.2.6.tar.gz" } ], "2.2.7": [ { "comment_text": "", "digests": { "md5": "b17491cf1a7c439083f6d7ec0f23f38d", "sha256": "d5380876b9a1634b332623144c4e89d9c2ce1143a29997b62a294eb89b44ec32" }, "downloads": -1, "filename": "treetaggerwrapper-2.2.7.tar.gz", "has_sig": false, "md5_digest": "b17491cf1a7c439083f6d7ec0f23f38d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43472, "upload_time": "2018-08-08T12:24:18", "url": "https://files.pythonhosted.org/packages/77/31/4cfbf66c5f825bfa7f3077c1732df402af3a0c4ff2d91a522be2e57b6373/treetaggerwrapper-2.2.7.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "138370a353625db62651dc8604095f39", "sha256": "8d4a291fef263ee8b546e6368e407e984ba466d5afa56e6ffc2ae495f3414b67" }, "downloads": -1, "filename": "treetaggerwrapper-2.3.tar.gz", "has_sig": false, "md5_digest": "138370a353625db62651dc8604095f39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43821, "upload_time": "2019-01-29T15:22:04", "url": "https://files.pythonhosted.org/packages/0e/9d/a48c990ca015a80ff8f19061aebba41509851b01c1b90bc7d0346af13ee0/treetaggerwrapper-2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "138370a353625db62651dc8604095f39", "sha256": "8d4a291fef263ee8b546e6368e407e984ba466d5afa56e6ffc2ae495f3414b67" }, "downloads": -1, "filename": "treetaggerwrapper-2.3.tar.gz", "has_sig": false, "md5_digest": "138370a353625db62651dc8604095f39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43821, "upload_time": "2019-01-29T15:22:04", "url": "https://files.pythonhosted.org/packages/0e/9d/a48c990ca015a80ff8f19061aebba41509851b01c1b90bc7d0346af13ee0/treetaggerwrapper-2.3.tar.gz" } ] }