awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesText Visualization Tools

Libraries for transforming textual data into graphical representations.

Distinct from Data & Text Processing: Distinct from general text processing or generative AI; focuses on the visual representation of text frequency.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Text Visualization Tools. Refine with filters or upvote what's useful.

Awesome Text Visualization Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/echartsapache 的头像

    apache/echarts

    66,629在 GitHub 上查看↗

    Apache ECharts is a JavaScript data visualization library used for rendering interactive charts and complex data visualizations in web browsers. It functions as a canvas-based charting engine and a statistical data visualization suite that transforms datasets into visual representations. The framework provides specialized capabilities for three-dimensional data visualization, including the generation of 3D plots and globe visualizations. It also serves as a web-based geographic mapping tool for overlaying heatmaps, routes, and data distributions onto interactive maps. The library covers a br

    Provides specialized capabilities for generating word clouds to visualize text frequency and importance.

    TypeScriptapachecanvascharting-library
    在 GitHub 上查看↗66,629
  • amueller/word_cloudamueller 的头像

    amueller/word_cloud

    10,518在 GitHub 上查看↗

    Word Cloud is a Python library designed to transform raw text data into graphical visualizations. It functions as a text analysis tool that processes natural language input to identify recurring keywords and summarize thematic content through visual representations. The library distinguishes itself by its ability to generate word clouds that conform to custom image silhouettes. By utilizing raster-based masking and greedy collision detection, it maps word frequency to font size while ensuring that text is placed within specific, user-defined shapes. The tool handles the entire pipeline of te

    Transforms raw text into graphical representations where word size corresponds to frequency for quick thematic analysis.

    Python
    在 GitHub 上查看↗10,518
  • jasondavies/d3-cloudjasondavies 的头像

    jasondavies/d3-cloud

    3,944在 GitHub 上查看↗

    d3-cloud 是一个 JavaScript 库,用于使用 D3.js 数据可视化框架创建不重叠的词云布局。它作为一个文本可视化工具,将原始文本或 CSV 数据转换为可缩放矢量图形和风格化的排版云。 该库利用基于螺旋的碰撞布局算法来计算坐标和旋转,确保视觉集群中的单词不会重叠。它将单词频率映射到字体大小,并支持自定义布局过程,其中位置根据文本分布进行计算。 该系统涵盖了用于文本和 CSV 导入的数据处理、用于排版和颜色的视觉样式自定义,以及高分辨率 PNG 或 SVG 导出的生成。它还包括用于跟踪布局进度的机制,以实现单词的增量渲染。

    Transforms textual data into stylized typographic word cloud representations.

    JavaScript
    在 GitHub 上查看↗3,944
  1. Home
  2. Graphics & Multimedia
  3. Text Visualization Tools