Click here to Skip to main content
15,887,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i want to use IndoWordNet APIs. They have given some instructions regarding using those API in NetBeans IDE.

In Php:

 Copy the SampleCodesInPhp folder in xampp-> htdocs
 Open the SampleCodesInPhp folder in Netbeans IDE 7.0.1
o Go to File -> Open Project -> Browse the SampleCodesInPhp
folder -> Select the folder and click on Open Project,
o Open the project -> Source Files -> SampleCodesExamples ->
Select any of the sample file
o To run the file, Right click on the fileName -> Run File OR Shift+ F6

Problem is : i have downloaded NetBeans 8.0.2 . now when i am following these instructions i dont find any SamplecodesInPhP folder and xampp folder.


Organisation of API folder in php is as follow:
- php unigov.indowordnet
- Source Files
+ Configuration
+ unigoa.indowordnet.api
+ unigoa.indowordnet.constants
+ unigoa.indowordnet.maintenance
+ unigoa.indowordnet.storage
intialize.php
- include Path

Instruction to use API are :
For PHP,
 Specify the location of unigoa.indowordnet Package in the
unigoa.indowordnet/configuration/indoWordNetAPIPath.php file.
 Next, specify the databasePath (hostname where the databases are hosted) in
unigoa.indowordnet/configuration/config.xml file.
Example: <databasepath>localhost
 To host the database on a third party server where there may be a need to
change the name of the database which requires a prefix before the database
name. For this purpose specify the databasePrefix in
unigoa.indowordnet/configuration/config.xml file.
Example: <databaseprefix>GoaUniversity_
Here in the above example, the name of the database will be
GoaUniversity_wordnet_master. If not required, keep it blank.


please help me. i want to use these APIs for my Project.
Posted
Updated 20-May-16 22:55pm
Comments
Richard MacCutchan 14-Jan-15 4:18am    
Your best bet is to go back to the site where you downloaded this package and ask for help there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900