wordnet2sql-devel Mailing List for wordnet2sql
Status: Alpha
Brought to you by:
bergmair1
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
|---|
|
From: <ro...@ro...> - 2004-09-19 17:23:32
|
Is there a file/table missing called 'meaning'? It is mentioned in the web pages in the overview section, but I don't see it anywhere. Thanks, Robert. |
|
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 |