Tag

jieba

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 9, 2025 · Fundamentals

Python Data Preprocessing and Visualization of Jay Chou Lyrics: From JSON to Word Cloud

This tutorial demonstrates how to convert a JSON lyric database into Excel, filter Jay Chou songs, perform Chinese word segmentation with Jieba, compute word frequencies, and create visualizations such as word clouds using Python code and online tools.

WordClouddata preprocessingjieba
0 likes · 9 min read
Python Data Preprocessing and Visualization of Jay Chou Lyrics: From JSON to Word Cloud
Test Development Learning Exchange
Test Development Learning Exchange
Nov 27, 2024 · Artificial Intelligence

Basic Natural Language Processing: Text Preprocessing and TF‑IDF with Python

This tutorial introduces fundamental natural language processing techniques, covering text preprocessing steps such as tokenization and stop‑word removal, followed by TF‑IDF feature extraction, and provides complete Python code examples to practice these concepts on a sample dataset.

NLPTF-IDFText Preprocessing
0 likes · 5 min read
Basic Natural Language Processing: Text Preprocessing and TF‑IDF with Python
Python Programming Learning Circle
Python Programming Learning Circle
Dec 4, 2023 · Artificial Intelligence

Processing Chinese Lyrics Data with Python: From JSON Extraction to Word Cloud Visualization

This tutorial demonstrates how to preprocess a Chinese lyrics JSON dataset, extract Jay Chou's songs using Python, perform word segmentation with Jieba, compute word frequencies, and create visualizations such as word clouds both programmatically and with online tools.

NLPWordClouddata preprocessing
0 likes · 9 min read
Processing Chinese Lyrics Data with Python: From JSON Extraction to Word Cloud Visualization
Python Programming Learning Circle
Python Programming Learning Circle
Dec 1, 2023 · Artificial Intelligence

Generating Word Cloud and Pie Chart from a News Article Using Python

This article demonstrates how to scrape a news webpage with Python, extract and segment its Chinese text using jieba, count word frequencies, and visualize the top ten terms as a word cloud and a pie chart with pyecharts.

Data VisualizationWeb Scrapingjieba
0 likes · 3 min read
Generating Word Cloud and Pie Chart from a News Article Using Python
Model Perspective
Model Perspective
Sep 11, 2023 · Artificial Intelligence

Why Chinese Word Segmentation Matters: Techniques, Challenges, and Python Demo

This article explores Chinese word segmentation, illustrating its linguistic nuances with a humorous example, explains key methods—including dictionary‑based, statistical, and deep‑learning approaches—and provides Python code using a simple dictionary algorithm and the popular jieba library to demonstrate practical implementation.

Chinese NLPNatural Language Processingjieba
0 likes · 6 min read
Why Chinese Word Segmentation Matters: Techniques, Challenges, and Python Demo
Python Programming Learning Circle
Python Programming Learning Circle
Jun 19, 2023 · Fundamentals

Generating Word Cloud and Pie Chart from News Articles Using Python

This tutorial explains how to scrape a news article with Python, segment Chinese text, count word frequencies, and visualize the top ten words using a word cloud and a pie chart, providing complete code and sample results.

Data VisualizationWeb ScrapingWordCloud
0 likes · 3 min read
Generating Word Cloud and Pie Chart from News Articles Using Python
Python Programming Learning Circle
Python Programming Learning Circle
Dec 16, 2021 · Artificial Intelligence

Part-of-Speech Tagging with Jieba in Python

This article explains how to perform Chinese part-of-speech tagging using the jieba.posseg library in Python, including loading stop words, extracting article content via Newspaper3k, applying precise mode segmentation, filtering, and presenting results in a pandas DataFrame.

NLPPOS taggingjieba
0 likes · 3 min read
Part-of-Speech Tagging with Jieba in Python
Python Programming Learning Circle
Python Programming Learning Circle
Nov 15, 2021 · Backend Development

Python Web Project: Visualizing Hot Search Rankings and Domestic COVID‑19 Cases with Flask, Web Scraping, and ECharts

This report describes a Python‑based web application built with Flask that scrapes hot‑search data from Weibo, Baidu and Zhihu, processes it using jieba and other libraries, and visualizes the results together with domestic COVID‑19 statistics using ECharts on a responsive front‑end page.

Data VisualizationEChartsFlask
0 likes · 7 min read
Python Web Project: Visualizing Hot Search Rankings and Domestic COVID‑19 Cases with Flask, Web Scraping, and ECharts
Python Programming Learning Circle
Python Programming Learning Circle
Mar 30, 2020 · Fundamentals

Creating Chinese Word Clouds with Python: Using Jieba and WordCloud

This tutorial explains how to install and use the Jieba segmentation library and the WordCloud package in Python to process Chinese text, customize dictionaries and stopwords, and generate visually appealing word cloud images based on a mask picture.

TextProcessingTutorialWordCloud
0 likes · 7 min read
Creating Chinese Word Clouds with Python: Using Jieba and WordCloud