-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
maintenanceImprovements to project healthImprovements to project healthschemaThe database schema has problems or lacks featuresThe database schema has problems or lacks features
Milestone
Description
The lexicalized column is 1 when a synset is lexicalized and 0 if it is not, but so far there are no instances where something is marked 0. This means there is at least 1 byte per synset and sense in the database. As a quick estimation, using a database containing all of OMW 1.4 and a single version of OdeNet and OEWN, there are 1,206,872 synsets and 2,268,820 senses, or 3,475,692 bytes (3.3MiB). If, instead, there were separate tables that only marked the unlexicalized synsets and senses, this size would be effectively 0.
Metadata
Metadata
Assignees
Labels
maintenanceImprovements to project healthImprovements to project healthschemaThe database schema has problems or lacks featuresThe database schema has problems or lacks features