本文介绍了Java中的自然语言处理(NLP)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我有关Java中NLP的库吗?如果被正确记录,那真的很好。我曾尝试使用lingpipe,但我无法完全理解它。

Can anybody tell me about a library for NLP in java? It would really be nice if is properly documented too. I have tried to work with lingpipe but I am not able to understand it completely.

推荐答案

你应该尝试。它有许多NLP实用程序和库,如词性标签器,所有这些都很好用,易于理解。

You should try the Stanford - NLP. It has many utilities and libraries for NLP like the Parts-Of-Speech Tagger,all of which are great to use and easy to understand.

这篇关于Java中的自然语言处理(NLP)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-30 22:47