Metadata-Version: 2.1
Name: bagofconcepts
Version: 0.1.0
Summary: This is python implementation of Bag-of-Concepts, as proposed by the paper "Bag-of-Concepts: Comprehending Document Representation through Clustering Words in Distributed Representation"
Home-page: https://github.com/hank110/bagofconcepts
Author: Hank Kim
Author-email: hank1111@gmail.com
License: MIT
Download-URL: https://github.com/hank110/boc/archive/v0.1.0.tar.gz
Keywords: bag of concepts,boc,word2vec clustering,text mining,NLP,machine learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Requires-Dist: numpy (>=1.22.0)
Requires-Dist: gensim (>=4.2.0)
Requires-Dist: scikit-learn (>=1.1.1)
Requires-Dist: scipy (>=1.8.1)
Requires-Dist: soyclustering (==0.2.0)
Requires-Dist: matplotlib (>=3.5.2)

UNKNOWN


