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

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

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

fighting41love/cocoNLP

0
View on GitHub↗
1,130 星标·254 分支·Python·6 次浏览

CocoNLP

A Chinese information extraction tool.

Features

  • Natural Language Processing - Listed in the “Natural Language Processing” section of the FunNLP awesome list.
  • Lexical Analysis Tools - Toolkit for extracting entities like names, addresses, and phone numbers.
  • Regular Expressions - Package containing regex for email and phone extraction.

Star 历史

fighting41love/coconlp 的 Star 历史图表fighting41love/coconlp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

CocoNLP 的开源替代方案

相似的开源项目,按与 CocoNLP 的功能重合度排序。
  • berniey/hanziconvberniey 的头像

    berniey/hanziconv

    190在 GitHub 上查看↗

    Hanzi Converter for Traditional and Simplified Chinese

    Python
    在 GitHub 上查看↗190
  • blmoistawinde/harvesttextblmoistawinde 的头像

    blmoistawinde/HarvestText

    2,621在 GitHub 上查看↗

    文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法

    Pythondependency-parsergiteeharvesttext
    在 GitHub 上查看↗2,621
  • 1eez/1039761eez 的头像

    1eez/103976

    1,034在 GitHub 上查看↗

    103976个英语单词库(sql版,csv版,Excel版)包含英文单词,中文翻译,单词的词性及多种词义,执行SQL语句就可以生成表,支持SQL Server,MySQL等多种数据库

    PLpgSQL
    在 GitHub 上查看↗1,034
  • glassywing/bi-lstm-crfGlassyWing 的头像

    GlassyWing/bi-lstm-crf

    384在 GitHub 上查看↗

    使用keras实现的基于Bi-LSTM CRF的中文分词+词性标注

    Python
    在 GitHub 上查看↗384
查看 CocoNLP 的所有 30 个替代方案→

常见问题解答

fighting41love/coconlp 是做什么的?

A Chinese information extraction tool.

fighting41love/coconlp 的主要功能有哪些?

fighting41love/coconlp 的主要功能包括:Natural Language Processing, Lexical Analysis Tools, Regular Expressions。

fighting41love/coconlp 有哪些开源替代品?

fighting41love/coconlp 的开源替代品包括: blmoistawinde/harvesttext — 文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法. glassywing/transformer-word-segmenter — Sequence labeling base on universal transformer (Transformer encoder) and CRF; 基于Universal Transformer + CRF 的中文分词和词性标注. 1eez/103976 — 103976个英语单词库(sql版,csv版,Excel版)包含英文单词,中文翻译,单词的词性及多种词义,执行SQL语句就可以生成表,支持SQL Server,MySQL等多种数据库. berniey/hanziconv — Hanzi Converter for Traditional and Simplified Chinese. glassywing/bi-lstm-crf — 使用keras实现的基于Bi-LSTM + CRF的中文分词+词性标注. huggingface/tokenizers — This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It…