{ "info": { "author": "oekshido", "author_email": "oekshido@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Linguistic" ], "description": "# Hooke\nWritten in python, and based on quite a few requirements\n\nIt is yet to work properly\n\n## Installation\n```\npip install pyHooke # Stable PyPi\npip install git+https://github.com/oekshido/Hooke # Latest\n```\nDue to the inital installation, it may be required to install nltk datasets manually\n\n## Usage\nTo run a simple textual check:\n```python\nfrom Hooke import Hooke\n\nhk = Hooke() #Inits\nhk.Textual(input=\"test/test.txt\") #Runs the fast, textual comparison\nhk.Shingled(input=\"test/test.txt\") #Runs the nltk and shingle comparison\n```\n\n## Contributing\nJust pull request, with a brief explanation of the changes.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/oekshido/hooke", "keywords": "plagiarism nlp plag scan levenshtein", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "pyHooke", "package_url": "https://pypi.org/project/pyHooke/", "platform": "", "project_url": "https://pypi.org/project/pyHooke/", "project_urls": { "Homepage": "http://github.com/oekshido/hooke" }, "release_url": "https://pypi.org/project/pyHooke/0.2.0/", "requires_dist": [ "fuzzysearch", "tika", "wget", "BeautifulSoup4", "nltk", "textract", "Google-Search-API" ], "requires_python": "", "summary": "Open source plagiarism checker", "version": "0.2.0" }, "last_serial": 5711886, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "b8a6eb65b1742725813dc22552c569ba", "sha256": "48b7f9eb7977b27f04393adcf5146f00ad82115ec0abab3287679fe7a96ba640" }, "downloads": -1, "filename": "pyHooke-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b8a6eb65b1742725813dc22552c569ba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13297, "upload_time": "2019-08-21T21:35:05", "url": "https://files.pythonhosted.org/packages/8d/9d/17fc621d34048f25e199936b37c19093d76ea95692e5aa34f4f5b3594b17/pyHooke-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c03a02e6186cd31f00b8e9225c862191", "sha256": "d0e964477c864ec2d6b19174c80b641998736d2f96a40a1ebeb5bb8acc472b12" }, "downloads": -1, "filename": "pyHooke-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c03a02e6186cd31f00b8e9225c862191", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7227, "upload_time": "2019-08-21T21:35:06", "url": "https://files.pythonhosted.org/packages/ab/f5/1b54ec0f239913539880c967343a5962eb09ef597b6786750a4799a5abba/pyHooke-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b8a6eb65b1742725813dc22552c569ba", "sha256": "48b7f9eb7977b27f04393adcf5146f00ad82115ec0abab3287679fe7a96ba640" }, "downloads": -1, "filename": "pyHooke-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b8a6eb65b1742725813dc22552c569ba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13297, "upload_time": "2019-08-21T21:35:05", "url": "https://files.pythonhosted.org/packages/8d/9d/17fc621d34048f25e199936b37c19093d76ea95692e5aa34f4f5b3594b17/pyHooke-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c03a02e6186cd31f00b8e9225c862191", "sha256": "d0e964477c864ec2d6b19174c80b641998736d2f96a40a1ebeb5bb8acc472b12" }, "downloads": -1, "filename": "pyHooke-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c03a02e6186cd31f00b8e9225c862191", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7227, "upload_time": "2019-08-21T21:35:06", "url": "https://files.pythonhosted.org/packages/ab/f5/1b54ec0f239913539880c967343a5962eb09ef597b6786750a4799a5abba/pyHooke-0.2.0.tar.gz" } ] }