-
Notifications
You must be signed in to change notification settings - Fork 4
LexDbEmacsInterface
FrancisBond edited this page Sep 16, 2006
·
3 revisions
-
Search by lexical-id (Load record: C-l)
-
Search by orthography (Search Orth: C-c C-s)
-
Search by the value of an attribute (search: M-s)
-
Cross Reference
-
Edit then Commit Changes (Commit Record: C-c C-c)
-
Change lexical-id (Rename Record: C-c C-r)
-
Delete (Delete Record: C-c C-d)
- Normalize
- M-X lexdb
Note: the interface talks to the database through the lkb, so you have to have the lkb and the relevant grammar loaded to do anything.
You can install the emacs interface by adding the following lines (or something similar) to your .emacs:
(autoload 'lexdb
"/home/bond/delphin/lkb/lexdb/pg-interface.el"
"LexDB interface for the LKB" t)
Home | Forum | Discussions | Events