This is an prototype online IDE for computational linguistics, centered on grammar development, as described in my master thesis. An online demo version is available here.
BOLDE is meant as an academic work for demonstration, and probably would need a lot of work for real use. I upload it here because there seems to be some interest. While BOLDE is not fully supported, I am available for some consultation, especially in case there is interest for further or related development :)
Project workflow and HPSG grammars:
CFG Parsing results and tree visualizer:
A morphological lexicon, which is a nice visual editor for lexical rules:
The installation procedure is untested (because of "runs on my server" syndrome) but, in theory, the following steps should work:
- Run
make update
. - Customize
config/welcome.md
. - Run
make
. Check that thebuild/
folder was created correctly, andbundle.js
(the app code) is present. - Create user files folder (for example,
mkdir user_files
). - Create logs folder (for example
mkdir logs
). - Copy
config/default.yml
toconfig/local.yml
and customize. - Put extra static assets that you need in
static/
(if any, this step is optional). - Launch with
npm start
.
Tip: To check that the server is running, you can try to curl localhost:3000
(if you didn't change the port or path).
Antonio F. G. Sevilla