您的位置:首页 > 编程语言

WordNet - API常用的编程工具

2012-10-27 10:10 387 查看
WordNet - API常用的编程工具有:

JWNL(Java WordNet Library)

JWI(Java Wordnet Interface)

extJWNL(extended Java WordNet Library)

一、JWNL(Java WordNet Library)

JWNL is a Java API for accessing the WordNet relational dictionary. WordNet is widely used for developing NLP applications, and a Java API such as JWNL will allow developers to more easily use Java for building NLP applications.

From:http://sourceforge.net/projects/jwordnet/

二、JWI(the MIT Java Wordnet Interface)

JWI is a Java library for interfacing with Wordnet. JWI supports access to Wordnet versions 1.6 through 3.0, among other related Wordnet extensions. Wordnet is a freely and publicly available semantic dictionary of English, developed at Princeton University.

JWI is written for Java 1.5.0 and has the package namespace edu.mit.jwi. The distribution does not include the Wordnet dictionary files; these can be downloaded from the Wordnet download site. This version of software is distributed under a license that makes it free to use for all purposes, as long as proper copyright acknowledgement is made.

The javadoc API is posted online for your convenience. So is the version changelog. If you find JWI useful, have found a bug, or would like to request a new feature, please contact me.

From:http://projects.csail.mit.edu/jwi/

三、extJWNL(extended Java WordNet Library)

extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries in WordNet format. extJWNL is an upgraded version of JWNL. The library features support for creating, editing and writing dictionaries; dictionary encodings, including UTF-8; Java generics; huge dictionaries; instance dictionaries and static singletone dictionary; Maven and more.

From:http://sourceforge.net/projects/extjwnl/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: