turftopic

View on PyPIReverse Dependencies (1)

0.11.0 turftopic-0.11.0-py3-none-any.whl

Wheel Details

Project: turftopic
Version: 0.11.0
Filename: turftopic-0.11.0-py3-none-any.whl
Download: [link]
Size: 66819
MD5: bb2d811c47154b74946c41b0a0d63cbb
SHA256: a55e3ae5b2d4c293934aaff8cfcf22a72feb5c4c17dc669ca0341275c224ec2a
Uploaded: 2025-01-08 15:19:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: turftopic
Version: 0.11.0
Summary: Topic modeling with contextual representations from sentence transformers.
Author: Márton Kardos
Author-Email: power.up1163[at]gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<4.0
Requires-Dist: datamapplot (<0.5.0,>=0.4.2); extra == "datamapplot"
Requires-Dist: huggingface-hub (>=0.23.2)
Requires-Dist: jieba (>=0.40.0); extra == "jieba"
Requires-Dist: joblib (<2.0.0,>=1.2.0)
Requires-Dist: mkdocs (<2.0.0,>=1.5.2); extra == "docs"
Requires-Dist: mkdocs-material (<10.0.0,>=9.5.12); extra == "docs"
Requires-Dist: mkdocstrings[python] (<0.25.0,>=0.24.0); extra == "docs"
Requires-Dist: numpy (>=1.23.0)
Requires-Dist: openTSNE (<2.0.0,>=1.0.0); extra == "opentsne"
Requires-Dist: openai (<2.0.0,>=1.40.0); extra == "openai"
Requires-Dist: pyro-ppl (<2.0.0,>=1.8.0); extra == "pyro-ppl"
Requires-Dist: rich (<14.0.0,>=13.6.0)
Requires-Dist: scikit-learn (<2.0.0,>=1.3.0)
Requires-Dist: scipy (<2.0.0,>=1.10.0)
Requires-Dist: sentence-transformers (>=2.2.0)
Requires-Dist: snowballstemmer (>=2.0.0); extra == "snowball"
Requires-Dist: spacy (>=3.6.0); extra == "spacy"
Requires-Dist: torch (<3.0.0,>=2.1.0)
Provides-Extra: datamapplot
Provides-Extra: docs
Provides-Extra: jieba
Provides-Extra: openai
Provides-Extra: opentsne
Provides-Extra: pyro-ppl
Provides-Extra: snowball
Provides-Extra: spacy
Description-Content-Type: text/markdown
[Description omitted; length: 8815 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.8.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
turftopic/__init__.py sha256=O1EaNpGU510wAJWh6XpICuOa0xlgyQSWEIiTCgR1TwM 739
turftopic/base.py sha256=FNAumaBN_J7xCzBO0r2OUHYMXjYZLQ8nOPm_WA7zeCI 22445
turftopic/data.py sha256=QBqqC4nZ81UAwgqAozFFzKIbIdXmMZEmRaS_Dwx7sFU 353
turftopic/dynamic.py sha256=jrjRo3o2JLRdejlxZ873fua_Qt0KIpL9HxhBxAb1gJk 13992
turftopic/encoders/__init__.py sha256=pf-xM2jzQUB-wgNNZNVssF2zy5XwcOIVg983BotAGO0 327
turftopic/encoders/base.py sha256=GGK5sHJSlSMW0ojAN_SxYmWLR5c6_YuSMBqUno4o1lQ 555
turftopic/encoders/cohere.py sha256=A8Y38SqZJgYOYQbej2qdde8YZ-mYsv-8tf1hjvEMZE8 2115
turftopic/encoders/openai.py sha256=2Z__SUyFgje54dIgUgsbvo1cNOfy5xjLWgTz7foGpA4 1977
turftopic/encoders/utils.py sha256=_3rQ_TFHuKI48T3HR6jsFpJm44LmPsgxaPw3fsmFlws 381
turftopic/encoders/voyage.py sha256=lwqGWZF79hk6TxZBVJYq10gM2kJ84uLDIaKx-wPbYwI 1767
turftopic/error.py sha256=tG7ZGJtwPJ6QA4ElnWPhZ6ijyP-M6wPVQyrrHNpoQDU 739
turftopic/feature_importance.py sha256=-3C-_GzXnklhzdMhW-ASuKR9r3EFUeuqzSs3AudKJcY 4153
turftopic/hierarchical.py sha256=JgnpNR6HlakC1x-fgyfWXktDWe_h6F3iuFytq9a-MmA 8771
turftopic/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
turftopic/models/_attentionmf.py sha256=v-wLjjMMCBp6oJQ8g6cdUXBDupXTMLb6wL_OPn5K96k 4002
turftopic/models/_fastopic.py sha256=GW1mCZTq04olrDhkJ_imfjv0AvFxc2Q4nceCFSYLqJA 5437
turftopic/models/_keynmf.py sha256=OecqiBx2ho7JkDRuUrVuZjRRRQ__LoAPktdOCOmMf4U 14297
turftopic/models/cluster.py sha256=aRG3Dd3O3gvcWJlFM364d3XzxrIJfwHXxxtxhx9frAc 25059
turftopic/models/ctm.py sha256=_qD95vkpihnd0DpOP9lZSyIS4JUotbbVJ2MEmZ4PtuM 10598
turftopic/models/decomp.py sha256=EfpERRiYR4-LuSFdbx2msacEcTQyWiixwZChtlS39DU 24320
turftopic/models/fastopic.py sha256=zdS8S9_ICcJFyP36I8CW8BKllzeZCP2pSQy7X26QpCE 7306
turftopic/models/gmm.py sha256=l6W0I10zkerIqa6Nl2yEhB5d73ypzRaHF3EdpOACNXY 7849
turftopic/models/keynmf.py sha256=dZ7agz0-RV-FU-uK7pSIsJkvi72WwrmTNI8bDf54HjM 16699
turftopic/models/wnmf.py sha256=lKZg935cM0YuGT284rdhcpbjumBhqKRmgwiK2Yln5Xo 1670
turftopic/namers/__init__.py sha256=5kZ4PMQ2xP78q8y6BuTLj-WArhwZWATZmhscwHOREF8 377
turftopic/namers/base.py sha256=UKQvTRHGuP5_KjBqPibR-39d-P9D1pbLpxZEy1Mcv5g 1541
turftopic/namers/hf_transformers.py sha256=hqClb8QBVsQ3p84VPD9-n0WCqIR7ApVSIKcsFpnxphQ 1607
turftopic/namers/ngram.py sha256=8IWWB-rP4I_ddzIRdsN9XVFRn2aQdKeqwUZTDqMrTxA 3297
turftopic/namers/openai.py sha256=y1_zj8GJzZDooKRkwta_B1lb78OGY4mOAOsJ4cPkVnM 1326
turftopic/serialization.py sha256=K9PvYBErgPFgj9h6IQsv5IAGl6rKF0IytASAhlXVmRQ 3085
turftopic/utils.py sha256=ZDkQAHzqKzNTwukHZorxq0q2wA479NYB1qN6h1VeEJU 1326
turftopic/vectorizers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
turftopic/vectorizers/chinese.py sha256=nl_ES_1JGEcMsFmm_r1WVjE1bjyDPQ_khQ1ZMr30OAw 8502
turftopic/vectorizers/default.py sha256=vpoAhP56LJsBCJzyhdSJT4C43pCYVVugmBThdCjA2r0 167
turftopic/vectorizers/snowball.py sha256=c8Mlgv670g_sk7xtN0ufuc3Af0aXCtwLsj1rekJNmh0 1858
turftopic/vectorizers/spacy.py sha256=Z5Lk7jXZs0-HuHKt0QsRQ2eSTBPzR6PFJz_4B62hkU4 6593
turftopic-0.11.0.dist-info/LICENSE sha256=d2KEphRxDZzY_Q3R3JDwt7R_6l09DFvvJ_5sMD8YoZM 1071
turftopic-0.11.0.dist-info/METADATA sha256=LVPGddK5oYcRWrx-B2caShlJW8VbYE-2dt4vRbexdl0 10549
turftopic-0.11.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
turftopic-0.11.0.dist-info/RECORD