{"id":13436594,"url":"https://github.com/FudanNLP/fnlp","last_synced_at":"2025-03-18T21:30:43.292Z","repository":{"id":14927385,"uuid":"17651735","full_name":"FudanNLP/fnlp","owner":"FudanNLP","description":"中文自然语言处理工具包 Toolkit for Chinese natural language processing","archived":false,"fork":false,"pushed_at":"2023-11-17T04:27:43.000Z","size":2754,"stargazers_count":2661,"open_issues_count":43,"forks_count":724,"subscribers_count":255,"default_branch":"master","last_synced_at":"2025-03-16T15:51:56.474Z","etag":null,"topics":["fnlp","fudannlp","java","nlp-library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FudanNLP.png","metadata":{"files":{"readme":"README.md","changelog":"Changes.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-03-12T01:47:00.000Z","updated_at":"2025-03-11T13:14:47.000Z","dependencies_parsed_at":"2024-01-18T17:54:11.614Z","dependency_job_id":null,"html_url":"https://github.com/FudanNLP/fnlp","commit_stats":null,"previous_names":["xpqiu/fnlp"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FudanNLP%2Ffnlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FudanNLP%2Ffnlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FudanNLP%2Ffnlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FudanNLP%2Ffnlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FudanNLP","download_url":"https://codeload.github.com/FudanNLP/fnlp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244310353,"owners_count":20432522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fnlp","fudannlp","java","nlp-library"],"created_at":"2024-07-31T03:00:50.539Z","updated_at":"2025-03-18T21:30:41.614Z","avatar_url":"https://github.com/FudanNLP.png","language":"Java","readme":"FudanNLP (FNLP)\r\n\r\n2018.12.16 我们很高兴发布了FudanNLP的后续版本，一个全新的自然语言处理工具[FastNLP](https://github.com/fastnlp/fastNLP)。FudanNLP不再更新。\r\n\r\n2018.12.16 We are delighted to announce a new brand toolkit [FastNLP](https://github.com/fastnlp/fastNLP), a major update of the FudanNLP. The FudanNLP is no longer updated.\r\n\r\n====\r\n\r\n介绍(Introduction)\r\n-----------------------------------  \r\nFNLP主要是为中文自然语言处理而开发的工具包，也包含为实现这些任务的机器学习算法和数据集。\r\n本工具包及其包含数据集使用LGPL3.0许可证。\r\n\r\nFNLP is developed for Chinese natural language processing (NLP), which also includes some machine learning algorithms and [DataSet data sets] to achieve the NLP tasks. FudanNLP is distributed under LGPL3.0.\r\n\r\n\r\nIf you're new to FNLP, check out the [Quick Start (使用说明)](https://github.com/FudanNLP/fnlp/wiki) page.\r\n\r\n原FudanNLP项目地址：http://code.google.com/p/fudannlp \r\n\r\n功能(Functions)\r\n----\r\n\t\t信息检索： 文本分类 新闻聚类\r\n\t\t中文处理： 中文分词 词性标注 实体名识别 关键词抽取 依存句法分析 时间短语识别\r\n\t\t结构化学习： 在线学习 层次分类 聚类\r\n\r\n\r\n[ChangeLog 更新日志(ChangeLog)]  \r\n[性能测试(Benchmark)] (Benchmark)\r\n[开发计划(Development Plan)] (DevPlan)\r\n[开发人员列表(Developers)](People)\r\n\r\nDemos\r\n----\r\n你可以通过试用下面的网站来测试部分功能。\r\nYou can also use the following site to check the partial functionality.\r\n[Demo Website(演示网站)](http://nlp.fudan.edu.cn/demo)\r\n\r\n\r\n有遇到FNLP不能处理的例子，请到这里提交: [协同数据收集](http://code.google.com/p/fudannlp/wiki/CollaborativeCollection)。\r\n\r\n有问题请查看[FAQ](faq)或到 QQ群（253541693）讨论。\r\n\r\n\r\n\r\n使用(Usages)\r\n----\r\n\r\n[FNLP入门教程](https://github.com/xpqiu/fnlp/wiki)\r\n\r\n除了源码文件，还需要下载FNLP模型文件。由于模型文件较大，不便于存放在源码库之中，请至[Release](https://github.com/xpqiu/fnlp/releases)页面下载，并将模型文件放在“models”目录。\r\n\r\n* seg.m 分词模型\r\n* pos.m 词性标注模型\r\n* dep.m 依存句法分析模型\r\n\r\n欢迎大家提供非Java语言的接口。\r\n\r\n引用(Citation)\r\n----\r\nIf you would like to acknowledge our efforts, please cite the following paper.\r\n如果我们的工作对您有帮助，请引用下面论文。\r\n\r\n\t\tXipeng Qiu, Qi Zhang and Xuanjing Huang, FudanNLP: A Toolkit for Chinese Natural Language Processing, In Proceedings of Annual Meeting of the Association for Computational Linguistics (ACL), 2013.*\r\n\r\n\r\n\t\t@INPROCEEDINGS{Qiu:2013,\r\n\t\tauthor = {Xipeng Qiu and Qi Zhang and Xuanjing Huang},\r\n\t\ttitle = {FudanNLP: A Toolkit for Chinese Natural Language Processing},\r\n\t\tbooktitle = {Proceedings of Annual Meeting of the Association for Computational Linguistics},\r\n\t\tyear = {2013},\r\n\t\t}\r\n\r\n在[这里](http://jkx.fudan.edu.cn/~xpqiu/) 或  [DBLP](http://scholar.google.com/citations?sortby=pubdate\u0026hl=en\u0026user=Pq4Yp_kAAAAJ\u0026view_op=list_works Google Scholar] 或 [http://www.informatik.uni-trier.de/~ley/pers/hd/q/Qiu:Xipeng.html) 可以找到更多的相关论文。\r\n\r\nWe used [JProfiler](http://www.ej-technologies.com/products/jprofiler/overview.html ) to help optimize the code.\r\n\r\n本网站（或页面）的文字允许在CC-BY-SA 3.0协议和GNU自由文档许可证下修改和再使用。\r\n","funding_links":[],"categories":["自然語言處理-中文","Natural Language Processing","Java","人工智能","Chinese NLP Toolkits 中文NLP工具","Uncategorized"],"sub_categories":["函式庫","General Purpose NLP","Toolkits 综合NLP工具包","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFudanNLP%2Ffnlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFudanNLP%2Ffnlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFudanNLP%2Ffnlp/lists"}