1. Installation
Below are the minimum requirements your computer needs to run WNMS.
*** For WNMS, you need to run .htaccess for CodeIgniter Framework compatibility ***PREPARE your Apache2 Server with this instrcutions first.
1) Enable RewriteEngine module.
#cd /etc/apache2/mods-enabled
#ln -s ../mods-available/rewrite.load ./rewrite.load
2) Enable AllowOverride on /var/www directory.
#cd /etc/apache2/sites-enabled
#vim 000-default
and edit like this for
3) Restart Apache
#/etc/init.d/apache2 restart
Download WNMS from
here, and then extract and upload files to web server.

Then, change permission for some folder
#chmod 777 image/users
1. Create your MySQL database with characterset utf8-unicode-ci.

2. Import database structure from file: /sql/WNMS.sql by using command line mode. You need to use it because the file size is large.
mysql -u username -p --default-character-set=utf8 database_name < WNMS.sql
3. Set up an administrator username and password, and then go to table “members” to change username and password for administration privileges. **A password must encode with MD5.
2. Configuration
After installation, configure some files before using WNMS.
1. Configure database connection settings. Open file:
system/application/config/database.php

2. Configure your WordNet environtment. Open file:
system/application/config/config.php
3. Editor
In the Editor section, a contributor can access to translate or edit by using By Category or By Search function.
Category
A contributor can start to translate or edit from some group of base types in “By Category”. These base types are based on categories from PWN.
Search
Another way to access is “By Search”. That a contributor can start by searching any English word in this section.
Add new translation
Cast a vote
Leave a comment
Bookmark sense
Show semantic relations
Filter sense by status
4. Visualize
Treebolic
XML
5. WebService
REST
Representational state transfer is a style of exchange information over Hypertext Transfer Protocol (HTTP). It is a simple communication using URI base. Service provider just only print information with text/html/xml/json and service consume uses easily information by HTTP/GET contents.
XML vs JSON
XML is a standard format that has been used to exchange information all platform and language implement. JSON is JavaScript Object Notation that is a simple format for exchanging information between machines with object of data.
Cross Language Retrieval
WNMS provides a WebService module for sharing WordNet with a pair of English-other language word. A researcher can consume any WNMS services to get all of WordNet information in any languages.