Download Latest Version ERDialog-2.16.tar.gz (406.3 kB)
Email in envelope

Get an email when there's a new version of Erlang Dialog Project

Home / erdlanguage
Name Modified Size InfoDownloads / Week
Parent folder
erdlanguage-former 2011-04-06
erdgutenberg-former 2010-06-20
ERDlanguage-0.3.tar.gz 2011-04-11 655.7 kB
Readme.erdlanguage 2010-08-01 1.3 kB
Totals: 4 Items   657.0 kB 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
Source: Readme.erdlanguage, updated 2010-08-01