Tagged articles
27 articles
Page 1 of 1
JavaEdge
JavaEdge
Mar 12, 2025 · Artificial Intelligence

How to Analyze Chinese Sentiment Text Data: From Stats to Word Clouds

This article guides Java developers through a complete Chinese sentiment‑analysis dataset exploration, covering label distribution, sentence length statistics, vocabulary counts, adjective extraction, and visual word‑cloud generation using Python libraries such as pandas, seaborn, jieba, and wordcloud.

Data visualizationNLPPython
0 likes · 10 min read
How to Analyze Chinese Sentiment Text Data: From Stats to Word Clouds
Python Programming Learning Circle
Python Programming Learning Circle
Dec 19, 2023 · Artificial Intelligence

Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights

This tutorial demonstrates how to use Python libraries such as itchat, jieba, matplotlib, snownlp, and Tencent Youtu SDK to collect WeChat friend information and perform data analysis on gender distribution, avatar characteristics, signature sentiment, and geographic location, presenting the results with charts and word clouds.

Sentiment AnalysisWeChatdata-analysis
0 likes · 14 min read
Analyzing WeChat Friend Data with Python: Gender, Avatar, Signature, and Location Insights
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 22, 2022 · Artificial Intelligence

Create a Dancing Word‑Cloud Video with Python and AI

This tutorial walks through downloading a dance video, extracting frames, using Baidu AI for person segmentation, generating word‑cloud masks, and stitching the results into a dancing word‑cloud video with Python, OpenCV and the WordCloud library.

Baidu AIComputer VisionOpenCV
0 likes · 8 min read
Create a Dancing Word‑Cloud Video with Python and AI
MaGe Linux Operations
MaGe Linux Operations
Jan 9, 2022 · Big Data

How to Scrape Maoyan Movie Data and Visualize Trends with Python

This tutorial walks you through collecting movie information from Maoyan using Python web‑scraping, storing the results in CSV, and then applying pandas, matplotlib, and WordCloud to analyze and visualize trends such as release years, genres, regions, durations, and ratings across China and the world.

Movie DataPythonWeb Scraping
0 likes · 13 min read
How to Scrape Maoyan Movie Data and Visualize Trends with Python
Python Programming Learning Circle
Python Programming Learning Circle
Jan 4, 2022 · Artificial Intelligence

Python Project: Download Bilibili Video, Extract Frames, Perform Human Segmentation, Generate Word Cloud, and Compose Final Video

This tutorial walks through a complete Python workflow that downloads a B‑site video, extracts frames with OpenCV, uses Baidu AI for human segmentation, crawls danmu comments, creates a masked word‑cloud animation, and finally merges the clips with audio into a polished video.

OpenCVVideo processingmoviepy
0 likes · 12 min read
Python Project: Download Bilibili Video, Extract Frames, Perform Human Segmentation, Generate Word Cloud, and Compose Final Video
Python Crawling & Data Mining
Python Crawling & Data Mining
Apr 11, 2020 · Backend Development

Build a Python QQ Music Scraper: From Song Lists to Word Clouds

This tutorial walks you through creating a Python-powered QQ Music scraper that retrieves song details, lyrics, and comments, generates a word‑cloud visualization, and packages the functionality into a menu‑driven command‑line tool, complete with code snippets and troubleshooting tips.

automationdata-miningqq-music
0 likes · 13 min read
Build a Python QQ Music Scraper: From Song Lists to Word Clouds
MaGe Linux Operations
MaGe Linux Operations
Aug 2, 2019 · Backend Development

Scrape and Analyze Maoyan Movie Reviews for “Ne Zha” with Python

This tutorial walks you through extracting dynamic Maoyan review data for the hit animation "Ne Zha" using Python, parsing the JSON payload, storing it as JSON, and then visualizing ratings, gender distribution, city hotspots, and word‑cloud insights with pyecharts and wordcloud.

data-analysismovie-reviewweb-scraping
0 likes · 6 min read
Scrape and Analyze Maoyan Movie Reviews for “Ne Zha” with Python
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2018 · Backend Development

Scrape NetEase Cloud Music Hot Comments and Visualize Them with Python

This tutorial shows how to capture hot comments from NetEase Cloud Music using Python web‑scraping techniques, handle the required encryption parameters, and then transform the data into bar charts and word clouds with pyecharts and WordCloud for clear visual insight.

Pyechartscomments-analysisdata-visualization
0 likes · 9 min read
Scrape NetEase Cloud Music Hot Comments and Visualize Them with Python
MaGe Linux Operations
MaGe Linux Operations
Aug 18, 2017 · Backend Development

How to Scrape Douban Movie Reviews and Visualize Them with a Word Cloud in Python

This tutorial walks through using Python 3.5 to fetch the latest movies from Douban, extract their IDs and titles, crawl user comments, clean the text with regular expressions, segment Chinese words using Jieba, remove stopwords, compute word frequencies, and finally generate a word‑cloud visualization of the reviews.

Doubandata cleaningweb-scraping
0 likes · 13 min read
How to Scrape Douban Movie Reviews and Visualize Them with a Word Cloud in Python
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2017 · Artificial Intelligence

How to Install and Fix WordCloud in Python for Chinese Text Visualization

This guide walks you through installing the Python WordCloud library, resolving common compilation errors, handling Chinese font encoding issues, and creating basic and image‑masked word clouds, complete with code snippets and troubleshooting tips for smooth visualization of Chinese text data.

Chinese NLPPythonjieba
0 likes · 4 min read
How to Install and Fix WordCloud in Python for Chinese Text Visualization