All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wn.sqltemplates.sqlite.create.lexrelations-create.sql Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
CREATE TABLE ${lexrelations.table} (
${lexrelations.synset1id} INT NOT NULL,
${lexrelations.lu1id} INT NOT NULL,
${lexrelations.word1id} INT NOT NULL,
${lexrelations.synset2id} INT NOT NULL,
${lexrelations.lu2id} INT NOT NULL,
${lexrelations.word2id} INT NOT NULL,
${lexrelations.relationid} INT NOT NULL
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy