Skip to content

WordNet 3.0 for SQL Server, with views and functions added

Notifications You must be signed in to change notification settings

GregWickham/WordNet-MS-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

WordNet 3.0 for Microsoft SQL Server, with views, functions, and stored procedures

This is an MS-SQL database containing WordNet 3.0, supporting this WordNet GUI editor written for WPF. It's derived from this MS-SQL database created by Michal Měchura.

The .zip file contains an MDF file that you can attach in SQL Server.

The database schema has been extensively reworked, some table rows have been removed (but the original data is all there), and I've added a number of views, stored procedures, and functions.

The views make it easier to explore the contents of WordNet using SQL Server Management Studio.

The functions and stored procedures support the WordNet editor.

The database defines a user named WordNetEditor, which has read / write / execute privileges on all the database objects needed by the WPF editor. The simplest way to get the editor running is probably to create a login on your SQL Server instance that corresponds to this user.

About

WordNet 3.0 for SQL Server, with views and functions added

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published