- Notifications
You must be signed in to change notification settings - Fork1
A collaborative online computational linguistics development environment.
License
agarsev/bolde
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an prototype online IDE for computational linguistics, centered ongrammar development, as described in mymaster thesis.An online demo version is availablehere.
BOLDE is meant as an academic work for demonstration, and probably would need alot of work for real use. I upload it here because there seems to be someinterest. While BOLDE is not fully supported, I am available for someconsultation, especially in case there is interest for further or relateddevelopment :)
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 tocurl localhost:3000
(if you didn't change the port or path).
Antonio F. G. Sevilla
About
A collaborative online computational linguistics development environment.