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

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

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

3 个仓库

Awesome GitHub RepositoriesEntity Visualizations

Tools for visually highlighting identified semantic entities within text for analysis.

Distinct from Entity Modeling: Focuses on UI highlighting of NLP results rather than database entity modeling.

Explore 3 awesome GitHub repositories matching user interface & experience · Entity Visualizations. Refine with filters or upvote what's useful.

Awesome Entity Visualizations GitHub Repositories

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

    zalandoresearch/flair

    14,378在 GitHub 上查看↗

    Flair is a natural language processing framework for training and applying models for sequence labeling and text classification. It provides a system for generating word embeddings and identifying semantic entities within text. The framework includes a dedicated system for zero and few-shot learning, enabling text classification and entity extraction using minimal training examples by leveraging pre-trained knowledge. Its capabilities cover named entity recognition, sentiment analysis, and the training of specialized models using custom datasets. It also includes tooling for the visual highl

    Displays identified text entities with visual highlights to simplify manual review and analysis of model results.

    Python
    在 GitHub 上查看↗14,378
  • optonaut/activelabel.swiftoptonaut 的头像

    optonaut/ActiveLabel.swift

    4,610在 GitHub 上查看↗

    ActiveLabel.swift 是一个 iOS 富文本解析库和交互式文本标签。它作为标准标签的替代品,识别字符串中的特定文本模式并将不同的视觉样式应用于识别出的实体。 该项目支持使用自定义正则表达式文本识别器检测和高亮显示标签 (#hashtags)、提及 (@mentions) 和 URL。它允许定义项目特定的文本模式,并使用基于谓词的过滤来确定检测到的实体是否应被高亮显示或忽略。 该系统通过实体点击处理来管理用户交互,当用户与识别出的元素交互时触发回调函数。它还包括用于 URL 管理的实用程序,例如截断长网址以保持布局一致性。

    Visually highlights identified semantic entities like hashtags and links within text for user interaction.

    Swift
    在 GitHub 上查看↗4,610
  • johnsnowlabs/spark-nlpJohnSnowLabs 的头像

    JohnSnowLabs/spark-nlp

    4,135在 GitHub 上查看↗

    Spark NLP 是一个构建在 Apache Spark 分布式计算框架之上的可扩展文本分析和机器学习工具包。它提供了一个多模态机器学习框架和一个用于对标注器进行排序以处理大规模语言数据的分布式流水线系统。该库包含一个用于生成上下文向量嵌入的 Transformer 文本处理器,以及一个用于管理大型语言模型的专用推理引擎。 该项目通过其在统一视觉-语言架构内处理异构数据类型(包括文本、音频和图像)的能力而脱颖而出。它支持高级生成式 AI 功能,如提示工程、具有约束 JSON 输出的结构化实体提取,以及消除网络延迟的本地推理。此外,它还提供跨文本和图像模态的跨语言翻译和零样本分类工具。 该框架涵盖了广泛的功能,包括用于实体识别和情感分析的监督模型训练,以及抽取式问答和文档摘要。它集成了向量数据库支持以进行相似性搜索,并为 GPU 加速和通过集中式注册表进行模型生命周期管理提供了基础设施。 该工具包允许通过公共仓库分发自定义模型和流水线,并支持通过 REST API 部署模型。

    Visually highlights normalized medical terminology codes and descriptions on top of identified entities.

    Scala
    在 GitHub 上查看↗4,135
  1. Home
  2. User Interface & Experience
  3. Entity Visualizations