{ "info": { "author": "Marco Lui", "author_email": "mhlui@unimelb.edu.au", "bugtrack_url": null, "classifiers": [], "description": "=============\nPIBOSO Tagger\n=============\n\nThis module contains a fully-standalone implementation of the PIBOSO\ntagger that won the ALTA2012 Shared task [1]. The features and algorithms\nused are described in [2].\n\nInstalling\n----------\nThe tagger (including a pre-trained model) is packaged as a Python module\nand distributed via pypi. Installing it should be as simple as\n\n pip install piboso\n\nDependencies\n------------\nhydrat [3] - automatically installed by pip\nTreeTagger [4] - must be manually installed\n\nConfiguration\n-------------\nThe path to the folder in which treetagger is located must be specified\nin configuration file. When invoked, `piboso_tag` will attempt to locate\na configuration file at ~/.pibosorc and ./.pibosorc. If neither exists,\nit will generate a blank configuration file at ./.pibosorc. The path\nto treetagger should be set in this configuration file.\n\nAn alternative location for reading the configuration file can be specified\nwith the `-c` command-line option.\n\nUsing the tagger\n----------------\nThe tagger can be invoked with the script `piboso_tag`, that is automatically\ninstalled when the package is installed with pip. The simplest invocation is\n\n piboso_tag -o ...\n\nIf no files are specified on the command line, `piboso_tag` will read STDIN\nand interpret each line as a path to a file to be tagged. More detailed \ninformation about invoking `piboso_tag` can be obtained by invoking\n\n piboso_tag --help\n\nFiles are assumed to be sentence tokenized and presented in a sentence-per-line\nformat. The output produced by `piboso-tag` is in a CSV format, for example:\n\nsubsample/1454068-1,background\nsubsample/1454068-2,background\nsubsample/1454068-3,outcome\nsubsample/1454088-1,background\nsubsample/1454088-2,background\nsubsample/1454088-3,background\nsubsample/1454088-4,background\n\nThe first item in each record is the path of the file and the sentence number\nseparated by a dash. Sentences are enumerated from 1. The second item is the \nlabel assigned to the sentence.\n\nContact\n-------\n\nMarco Lui \n\n\n[1] http://alta.asn.au/events/sharedtask2012/ \n[2] http://aclweb.org/anthology-new/U/U12/U12-1019.pdf \n[3] http://hydrat.googlecode.com\n[4] http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/piboso/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "piboso", "package_url": "https://pypi.org/project/piboso/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/piboso/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/piboso/" }, "release_url": "https://pypi.org/project/piboso/1/", "requires_dist": null, "requires_python": null, "summary": "Sentence tagger for biomedical abstracts.", "version": "1" }, "last_serial": 796224, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "93d4def5b66add4cd10b1131715321fd", "sha256": "c140fe777b25167e7ed1b983f3df1a87508b5d3e2a87c426d393d745d82b9c1f" }, "downloads": -1, "filename": "piboso-1.tar.gz", "has_sig": false, "md5_digest": "93d4def5b66add4cd10b1131715321fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24326746, "upload_time": "2013-03-27T06:13:35", "url": "https://files.pythonhosted.org/packages/65/80/50c408f34d67477d86fffc62dba6ddb499c7d322fafbb2534b5f06139ddc/piboso-1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93d4def5b66add4cd10b1131715321fd", "sha256": "c140fe777b25167e7ed1b983f3df1a87508b5d3e2a87c426d393d745d82b9c1f" }, "downloads": -1, "filename": "piboso-1.tar.gz", "has_sig": false, "md5_digest": "93d4def5b66add4cd10b1131715321fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24326746, "upload_time": "2013-03-27T06:13:35", "url": "https://files.pythonhosted.org/packages/65/80/50c408f34d67477d86fffc62dba6ddb499c7d322fafbb2534b5f06139ddc/piboso-1.tar.gz" } ] }