wordnet.index
Search index for WordNet book.
const Index = ;// Index([sense=[]], [type=[]], [name=[]])// -> Index {<size>, <name>, <type>, <sense>} // Get sense of nearest match.// -> <id> // Get senses of all matches.// -> <target> // Get index of first match.// -> <first match index> | ~<closest match index> // Get index of last match.// -> <last match index> | ~<closest match index> // Clear all.// -> this // Sort all,// -> this // Set entry.// -> this // Add entry at index.// -> 1 // Delete entries.// -> <number of entries deleted>deletename type begin=0 type end begin=0 end // Delete entry at index.// -> <length> // Setup from JSON.// -> this // Get as JSON.// -> <json>