[wordnet2sql-devel] Create Tables statements for 2.0 WordNet files?
Status: Alpha
Brought to you by:
bergmair1
|
From: Robert O. <ro...@ro...> - 2004-09-19 00:23:19
|
Hello, The "createtable.mysql.sql" script on the wordnet2sql download page: http://wordnet2sql.infocity.cjb.net/download.html is missing CREATE statements for the "lexname", "sense" and "sample" tables.= In addition, it creates a table called "type" for which there is no= corresponding data file. I am guessing that this is because the script is= for WordNet 1.7 files and not for the WordNet 2.0 files I got from the= Highly Illogical web site: http://www.highlyillogical.org/wn2sql/ Is there a CREATE tables script that matches the WordNet 2.0 files? I= didn't see one anywhere in the Highly Illogical FTP directory. I'm also= wondering if the TABLE definitions created by "createtable.mysql.sql" are= correct for the WordNet 2.0 tables that do have "load" files. Note: the WordNet 2.0 files I am referring to are the direct load (*.mysql)= files for use with MySQL's LOAD DATA command. Thanks, Robert |