Skip to main content

A PyMallet implementation adapted to DLATK.

Project description

PyMallet

Acknowledgment

This package is a redistributed fork of https://github.com/mimno/PyMallet. Modifications have been made to the code to enable simpler interfacing with DLATK; however, the core functionality remains unmodified.

Original README

This package provides tools for extracting latent semantic representations of text, particularly probabilistic topic models.

The implementation of LDA uses Gibbs sampling, which is simple but reliable. People often find the resulting models more useful than the stochastic variational algorithm used in Gensim.

To compile:

python setup.py build_ext --inplace

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dlatk-pymallet-1.0.1.tar.gz (154.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dlatk_pymallet-1.0.1-cp39-cp39-manylinux1_x86_64.whl (590.2 kB view details)

Uploaded CPython 3.9

dlatk_pymallet-1.0.1-cp38-cp38-manylinux1_x86_64.whl (603.1 kB view details)

Uploaded CPython 3.8

dlatk_pymallet-1.0.1-cp37-cp37m-manylinux1_x86_64.whl (597.0 kB view details)

Uploaded CPython 3.7m

dlatk_pymallet-1.0.1-cp35-cp35m-manylinux1_x86_64.whl (589.6 kB view details)

Uploaded CPython 3.5m

File details

Details for the file dlatk-pymallet-1.0.1.tar.gz.

File metadata

  • Download URL: dlatk-pymallet-1.0.1.tar.gz
  • Upload date:
  • Size: 154.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for dlatk-pymallet-1.0.1.tar.gz
Algorithm Hash digest
SHA256 6dbc5e05e5f490ad92e13fdb60646d749427f4e01d110a44bb19ccade8dfef4c
MD5 b33750a67756799c25e4c6695c490985
BLAKE2b-256 f5256b358adb96e3540ac4eea471e750399f2179d0c18b9321b16cb354d609cc

See more details on using hashes here.

File details

Details for the file dlatk_pymallet-1.0.1-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: dlatk_pymallet-1.0.1-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 590.2 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for dlatk_pymallet-1.0.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c2af3a47f5656417f96c910f77cbd4f74b619b231e7c93d3edb44018ce7cb479
MD5 18c5baff4489e692441f39858fc23748
BLAKE2b-256 f7b5774e11aa58563bcb9d4810180d11a05be786d6931f057b6feacaa900c0dc

See more details on using hashes here.

File details

Details for the file dlatk_pymallet-1.0.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: dlatk_pymallet-1.0.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 603.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for dlatk_pymallet-1.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6a36868440c5f9463b2fb4475e638bf060a0df8993f786da690ec798b82db4c4
MD5 fa64ac9fa8a251d7f800176de9883ab9
BLAKE2b-256 7233a82d73a63bddb480bc570d834f59516d0442fb5d6ee21a028e27fc82427d

See more details on using hashes here.

File details

Details for the file dlatk_pymallet-1.0.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: dlatk_pymallet-1.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 597.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for dlatk_pymallet-1.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8a9c60697729ee0084844a94a7427571fed05790828b1df1e488fb091414fb21
MD5 52e2da03fbafc2e2b7985ae8649dbf62
BLAKE2b-256 6619be20cfa69ed6edb47362741ad45ccecfbe9a8fe2deeac77d281d638fca0f

See more details on using hashes here.

File details

Details for the file dlatk_pymallet-1.0.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: dlatk_pymallet-1.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 589.6 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for dlatk_pymallet-1.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a0cb3e19e610b5c755cb9d10454fcc967a1d32965373e729156c9e787a9c9b4f
MD5 8947f744e8e762fb49350ff858fdb016
BLAKE2b-256 0db32271b71fb0ac6f2f161a98d63862196a29d0ddea46b9e989c27f6f33f14c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page