wordnet

wordnet sql builder
Bernard Bou
bbou@ac-toulouse.fr

       

LAUNCH

PROPERTY FILES

INCREMENTAL BUILD

The stage (either on the command line or in the property file) is an integer code n. When n is positive, all the stages starting from n will be carried out. When negative if refers to this stage only (without the following steps). For ease of reference, strings can replace the step's code number. For complete reference see below.

stages
global step
description
standalone step
all
wordnet
 
 
drop all existing tables
create all tables
resume drop tables
 
flush categoryid, linkdef tables
build categoryid, linkdef tables
resume tables
 
flush word table
build word table
resume words
 
flush all tables derived from indices
build all tables derived from indices
resume indices
 
flush all tables derived from synset tables
build all tables derived from synset tables
resume synsets
 
flush morph tables
build morph tables
resume morphs
 
flush frame tables
build frame tables
resume frames
 
update tags and lexid fields;
resume tags lexids
 
flush sentence tables
build sentence tables
resume sentences
 
create indexes
apply unique constraints
apply foreign key constraints
resume constraints

extra stages
sense maps
wordnet synset id map from 2.0 to 3.0
sense map 1
wordnet synset id map from 2.0 to 2.1
sense map 2
wordnet synset id map from 2.1 to 3.0
xwordnet
xwordnet
verbnet
verbnet

Command ids and strings

allALL0
create tablesCREATETABLES1
drop tables-DROPTABLES10
create static tablesCREATESTATICTABLES2
create extra tables-CREATEXTABLES30
drop extra tables-DROPXTABLES31
wordsWORDS3
indicesINDICES4
synsetsSYNSETS5
morphsMORPHS6
framesFRAMES7
tags lexidsTAGSLEXIDS8
sentencesSENTENCES9
constraints-CONSTRAINTS11
drop constraints-DROPCONSTRAINTS12
primary key constraints-PKCONSTRAINTS13
drop primary key constraints-DROPPKCONSTRAINTS14
key constraints-KCONSTRAINTS15
drop key constraints-DROPKCONSTRAINTS16
unique constraints-UNQCONSTRAINTS17
drop unique constraints-DROPUNQCONSTRAINTS18
foreign key constraints-FKCONSTRAINTS19
drop foreign key constraints-DROPFKCONSTRAINTS20
extra constraints-XCONSTRAINTS32
drop extra constraints-DROPXCONSTRAINTS33
show tables-SHOWTABLES21
show properties-SHOWPROPERTIES22
create skeleton-SKELETON23
drop skeleton-DROPSKELETON24
create sense maps-CREATELEGACYTABLES40
drop sense maps-DROPLEGACYTABLES41
sense map 1-LEGACY144
flush sense map 1-FLUSHLEGACY145
sense map 2-LEGACY246
flush sense map 2-FLUSHLEGACY247
sense maps-LEGACY42
flush sense maps-FLUSHLEGACY43
xwordnet-XWORDNET50
flush xwordnet-FLUSHXWORDNET51
verbnet-VERBNET60
flush verbnet-FLUSHVERBNET61
read synset [synsetid]-READSYNSET100
read index [index] [n|v|a|r]-READINDEX101
retrieve sensekey [sensekey]-RETRIEVESENSEKEY102