Metadata-Version: 2.1
Name: wordview
Version: 1.4.0
Summary: Wordview is a Python package for Exploratory Data Analysis of text and provides many statistics about your data in the form of plots, tables, and descriptions allowing you to have both a high-level and detailed overview of your data.
License: MIT
Keywords: nlp,text analysis,statistics
Author: meghdadFar
Author-email: meghdad.farahmand@gmail.com
Requires-Python: >=3.9,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Flask (==3.0.2)
Requires-Dist: langdetect (>=1.0.9)
Requires-Dist: nltk (==3.6.6)
Requires-Dist: openai (==1.14.3)
Requires-Dist: pandas (==2.0.1)
Requires-Dist: plotly (==5.5.0)
Requires-Dist: scikit-learn (==1.2.2)
Requires-Dist: scipy (==1.10.0)
Requires-Dist: sentence-transformers (==2.2.2)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: tqdm (==4.62.3)
Requires-Dist: wordcloud (==1.9.1.1)
