PMI for WordClouds

This page summarizes the projects mentioned and recommended in the original post on /r/datascience

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rake-nltk

    Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.

  • I'm not sure what you mean by tokenizing phrases or concepts. Specifically extracting institution names would fall under NER. You can do this with spaCy. Extracting commonly used phrases would fall under keyword extraction. For this, you can study frequencies of n-grams of length > 1 and optionally filter based on POS (i.e. NOUN+ADJ). I've never used RAKE (https://github.com/csurfer/rake-nltk) but I've heard this is also a popular method.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • rake-nltk 1.0.6 released. Comes with the flexibility to choose your own sentence and word tokenizers.

    1 project | /r/Python | 15 Sep 2021
  • rake-nltk 1.0.6 released. Comes with the flexibility to choose your own sentence and word tokenizers.

    1 project | /r/textdatamining | 15 Sep 2021
  • rake-nltk 1.0.6 released. Comes with the flexibility to choose your own sentence and word tokenizers.

    1 project | /r/LanguageTechnology | 15 Sep 2021
  • Using EvaDB to build AI-enhanced apps

    2 projects | dev.to | 10 Jan 2024
  • Sorry if this is a dumb question but is the main idea behind LLMs to output text based on user input?

    2 projects | /r/LocalLLaMA | 11 Dec 2023