Metadata-Version: 2.4
Name: phrasetopicminer
Version: 0.1.1
Summary: Phrase-centric topic mining, clustering, timelines, visualization, and LLM-backed topic labeling.
Project-URL: Homepage, https://github.com/towardsNLP/PhraseTopicMiner
Project-URL: Source, https://github.com/towardsNLP/PhraseTopicMiner
Project-URL: Issues, https://github.com/towardsNLP/PhraseTopicMiner/issues
Author: Ahmad Hashemi
License: MIT
License-File: LICENSE
Keywords: argument-mining,clustering,nlp,phrase-mining,topic-modeling,visualization
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4<5,>=4.12
Requires-Dist: datamapplot<0.7,>=0.6.4
Requires-Dist: hdbscan<0.9,>=0.8.0
Requires-Dist: markdown<3.8,>=3.5
Requires-Dist: nltk<4,>=3.9
Requires-Dist: numpy<2.0,>=1.24
Requires-Dist: openai-agents>=0.6.1
Requires-Dist: pandas<2.4,>=2.2
Requires-Dist: plotly<6,>=5.20
Requires-Dist: pydantic<3,>=2.8
Requires-Dist: scikit-learn<1.8,>=1.5
Requires-Dist: sentence-transformers<3.5,>=3.0
Requires-Dist: spacy<3.9,>=3.7
Requires-Dist: umap-learn<0.6,>=0.5.5
Provides-Extra: agents
Requires-Dist: openai-agents<2,>=1.4.0; extra == 'agents'
Provides-Extra: viz
Requires-Dist: datamapplot<0.7,>=0.6.4; extra == 'viz'
Requires-Dist: plotly<6,>=5.20; extra == 'viz'
Description-Content-Type: text/markdown

# PhraseTopicMiner
Phrase-centric topic mining, clustering, timelines, and visualization
