fudannlp


开源中文自然语言处理工具包|中文分词|词性标注|依存句法分析|指代消解

介绍(Introduction)

FudanNLP主要是为中文自然语言处理而开发的工具包,也包含为实现这些任务的机器学习算法和数据集。FudanNLP及其包含数据集使用LGPL3.0许可证。

FudanNLP正迁移至https://github.com/xpqiu/fnlp/'>GitHub,并更名为FNLP,希望以更加开放的方式来协作开发。

FudanNLP is being moved to https://github.com/xpqiu/fnlp/'>GitHub and renamed FNLP. We wish a more open way to collaborative development.

FudanNLP is developed for Chinese natural language processing (NLP), which also includes some machine learning algorithms and data sets to achieve the NLP tasks. FudanNLP is distributed under LGPL3.0.

If you're new to FudanNLP, check out the Quick Start (使用说明) page, FudanNLP Book or Java-docs.

You can also use the Demo Website(演示网站) so that you may check the functionality prior to downloading.


有遇到FudanNLP不能处理的例子,请到这里提交: 协同数据收集,有问题请查看FAQ或到微群、QQ群(253541693)讨论。

2013.8.14 发布FudanNLP1.6.1版 更新日志(ChangeLog)


功能(Functions)

  1. 信息检索: 文本分类 新闻聚类
  2. 中文处理: 中文分词 词性标注 实体名识别 关键词抽取 依存句法分析 时间短语识别
  3. 结构化学习: 在线学习 层次分类 聚类 精确推理

性能测试(Benchmark) 开发计划(Development Plan) 开发人员列表(Developers)

使用(Usages)

欢迎大家提供非Java语言的接口。

PHP Python 云服务

引用(Citation)

If you would like to acknowledge our efforts, please cite the following paper.

如果我们的工作对您有帮助,请引用下面论文。

Xipeng 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.

@INPROCEEDINGS{Qiu:2013, author = {Xipeng Qiu and Qi Zhang and Xuanjing Huang}, title = {FudanNLP: A Toolkit for Chinese Natural Language Processing}, booktitle = {Proceedings of Annual Meeting of the Association for Computational Linguistics}, year = {2013}, }

这里Google ScholarDBLP 可以找到更多的相关论文。

We used JProfiler to help optimize the code.