film-review-explorer


Namefilm-review-explorer JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA python package for exploring film reviews.
upload_time2023-07-18 14:27:52
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Pipje Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords film
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DH_L - Tools for data analysis:

Data input: jsonl files of scraped data

Data explorations with plots: 
    min, max, mean of review length
    top words
    word cloud
    n-grams
    NER
    frequency timeline?
    frequency heatmap?
    word in context examples

Topic Modeling & Visualization
    LDA
    BERTopic



# Name requiremnet for input data:

{'permalink': 'NoneType, str',
 'rating': 'NoneType, str',
 'comments': 'NoneType, list',
 'date': 'Timestamp',
 'like_ratio': 'float',
 'review': 'str',
 'website': 'str',
 'rating_ratio': 'float',
 'upvotes': 'float',
 'location': 'NoneType, str',
 'total_votes': 'float'}



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "film-review-explorer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "film",
    "author": "",
    "author_email": "Chang Jianghan <jianghanchang@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/26/fd/f522a898720cff82db635d9486f2d0ef57447cdce089cee897689c012fdf/film_review_explorer-0.0.2.tar.gz",
    "platform": null,
    "description": "# DH_L - Tools for data analysis:\n\nData input: jsonl files of scraped data\n\nData explorations with plots: \n    min, max, mean of review length\n    top words\n    word cloud\n    n-grams\n    NER\n    frequency timeline?\n    frequency heatmap?\n    word in context examples\n\nTopic Modeling & Visualization\n    LDA\n    BERTopic\n\n\n\n# Name requiremnet for input data:\n\n{'permalink': 'NoneType, str',\n 'rating': 'NoneType, str',\n 'comments': 'NoneType, list',\n 'date': 'Timestamp',\n 'like_ratio': 'float',\n 'review': 'str',\n 'website': 'str',\n 'rating_ratio': 'float',\n 'upvotes': 'float',\n 'location': 'NoneType, str',\n 'total_votes': 'float'}\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Pipje  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A python package for exploring film reviews.",
    "version": "0.0.2",
    "project_urls": {
        "Repository": "https://github.com/pip-chang/film_review_explorer"
    },
    "split_keywords": [
        "film"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8479f19b96d1e1b2cb156d468101de76a9f99bd73f7c2c6057e80ad79aff66c6",
                "md5": "22c18f751eb7fe4ee9e3dcaa2395c463",
                "sha256": "81a3bc5bee2d038a966591551f42fb448480c07c146973b4709c88d255666cf5"
            },
            "downloads": -1,
            "filename": "film_review_explorer-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22c18f751eb7fe4ee9e3dcaa2395c463",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7296,
            "upload_time": "2023-07-18T14:27:50",
            "upload_time_iso_8601": "2023-07-18T14:27:50.240613Z",
            "url": "https://files.pythonhosted.org/packages/84/79/f19b96d1e1b2cb156d468101de76a9f99bd73f7c2c6057e80ad79aff66c6/film_review_explorer-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26fdf522a898720cff82db635d9486f2d0ef57447cdce089cee897689c012fdf",
                "md5": "edbf11766cf47ae9a330a30c7bfe5040",
                "sha256": "d7987ea6eda09c5a2128bb71ae281e1253e2d34daa63235391aa2ba530c17e50"
            },
            "downloads": -1,
            "filename": "film_review_explorer-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "edbf11766cf47ae9a330a30c7bfe5040",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6112,
            "upload_time": "2023-07-18T14:27:52",
            "upload_time_iso_8601": "2023-07-18T14:27:52.248664Z",
            "url": "https://files.pythonhosted.org/packages/26/fd/f522a898720cff82db635d9486f2d0ef57447cdce089cee897689c012fdf/film_review_explorer-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 14:27:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pip-chang",
    "github_project": "film_review_explorer",
    "github_not_found": true,
    "lcname": "film-review-explorer"
}
        
Elapsed time: 0.10678s