| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| erdlanguage-0.2.tar.gz | 2011-04-06 | 14.9 MB | |
| Totals: 1 Item | 14.9 MB | 0 | |
ERDialog a framework with Erlang
Installation and Configuration
ERDlanguage - language experiment testbed for ERDialog
Installation,
* Install Erlang.
* Install Yaws.
* ERDialog
unzip the erdalanguage-x.x.zip in the root directory of the ERDialog installation.
If you are on a Linux systems with 32 bit software you may be ready to go.
Otherwise you will need to recompile the source code. The Emakefile is in
scripts/Makefiles
mov it to the Emakefile in the ERDialog root directory and issue:
erl -make
This should byte compile the files in the src directory. If all goes well,
try ./start.sh, which will start the application in an interactive Erlang shell.
ERDlanguage is web based word lookup system as part of the ERDialog system.
The application is usually accessible on port 8101 (see yaws.conf if you want to change this), so once it's running, you should see the main user interface at
http://localhost:8101/
the command for running as a daemon: yaw --conf yaws.conf -D
to stop the daemon: yaws --id erdlanguage --stop
*** changes ***
Version 0.2
Installed full version of Wordnet data
have only implemented simple one word lookup
Version 0.1
Initial Public Release
ERDialog - Steven Gibson (c) 2008 smalllinux@gmail.com http://erdialog.sourceforge.net