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.