You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db.execute('select synset, def from synset_def where lang = "jpn"') {|synset, gloss|
data[synset][:gloss] = gloss
}
db.execute('select sense.synset, word.lemma from sense, word where sense.lang = "jpn" and word.lang = "jpn" and sense.wordid = word.wordid;') {|synset, lemma|