Make an online Dictionary that * users can update * with new or alternative definitions of words or phrases or simply with stories, comments, thoughts about the words or phrases.
Include contextual information which provides examples of each idea, and the generic of each. E.g. a "roadster" is a type of car / automobile / etc... and types of roadsters might include "runabout" or "two-seater"
The current version (not updateable) is now at:
http://golovchenko.org/cgi-bin/wnsearch?q=
(now updated to version 2.0 of the WordNet Database) based on
https://wordnet.princeton.edu/
the Princeton Wordnet database.
Also: Natural Language processing. Glossary, Quotes, De fun itions
Mark Twain: "I don't give a damn for a man that can only spell a word one way"
See also:
James Newton replies: Well, just about! wikipedia is a really great innovation and I have used it myself many times. There are some things about it that I don't like or that concern me:
HTML: <body ondblclick="lookup()"
Script:
function lookup() { if (document.getSelection) { t = document.getSelection(); opennewdictwin(t); } else { t = document.selection.createRange(); if(document.selection.type == 'Text' && t.text != '') { document.selection.empty(); opennewdictwin(t.text); } } } function opennewdictwin(text) { while (text.substr(text.length-1,1)==' ') text=text.substr(0,text.length-1) while (text.substr(0,1)==' ') text=text.substr(1) if (text > '') { document.location='http://golovchenko.org/cgi-bin/wnsearch?q='+escape(text); } }
Style:
.Txt
{ CURSOR: url('http://www.massmind.org/images/curs/add.cur') }
CURSOR: url('http://www.massmind.org/images/curs/dclick.cur')
file: /Techref/idea/website/dict.htm, 6KB, , updated: 2020/2/12 21:00, local time: 2024/10/31 17:16,
owner: size111-hotmail-,
3.145.107.1:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/idea/website/dict.htm"> Dictionary</A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.