Metadata-Version: 2.1
Name: film-review-explorer
Version: 0.0.1
Summary: A python package for exploring film reviews.
Author-email: Chang Jianghan <jianghanchang@hotmail.com>
Project-URL: Homepage, https://github.com/pip-chang/film_review_explorer
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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


