-
Notifications
You must be signed in to change notification settings - Fork 4
JacyLexDb
FrancisBond edited this page Sep 6, 2006
·
7 revisions
Jacy uses the light weight version of the lexical database ([wiki:LkbLexDbSingleUser Single User] mode). (2006-09-06: incomplete initial documentation)
Defined in japanese/lex/lexdb.dfn.
id name sym
orth orthography str-rawlst
unifs orthography (orth) str-dlst
unifs type nil sym
unifs keyrel (synsem lkeys keyrel pred) mixed
unifs keytag (synsem lkeys keyrel carg) mixed
unifs altkey (synsem lkeys altkeyrel pred) mixed
unifs alt2key (synsem lkeys alt2keyrel pred) mixed
unifs altkeytag (synsem lkeys altkeyrel carg) mixed
unifs compkey (synsem local cat head ptype) mixed
unifs idiom (idiom) mixed
Defined in japanese/lex/su-init.sql
| field | SQL type | Comment | Example |
| name | TEXT NOT NULL | TDL lexical-id (unique) | |
| userid | TEXT DEFAULT user NOT NULL | Maintainer ID | |
| modstamp | TIMESTAMP | Time of last change | |
| type | TEXT | TDL lexical type | |
| orthography | TEXT | TDL Orthography | |
| keyrel | TEXT | TDL Key (Predicate) | |
| keytag | TEXT | TDL CARG | |
| altkey | TEXT | TDL ALT Key | |
| alt2key | TEXT | TDL ALT2 Key | |
| altkeytag | TEXT | TDL ALT CARG | |
| compkey | TEXT | TDL ptype | |
| idiom | TEXT | TDL Idiom Feature | |
| pronunciation | TEXT | Pronunciation | |
| comments | TEXT | Any comments | |
| lang | TEXT | Ja | |
| country | TEXT | JP | |
| dialect | TEXT | -- | |
| confidence | real DEFAULT 1 | Reduce for autoamtic additions | |
| source | TEXT, | Which lexicon it came from |
- currently we can't delete entries, so we mark anything we want to delete with the string delete in the comment field.
Home | Forum | Discussions | Events