Searching This Collection With JSS
Type one or several words in the search form above.
The list of documents or pages that contain all the
words in the list will be displayed.
If a pair of words is separated by the keyword "OR",
the list of articles that contains either of the
two words will be displayed.
Example:
lecun OR bottou OR
About JSS
JSS, the JavaScript Search Engine, provides basic
full-text search capability in a platform independent way.
Because it is 100% JavaScript it runs in your web browser
and requires no server-side scripts for web sites,
and no software installation for CDROM content.
JSS is compatible with Netscape 6 (Windows and Linux/Unix),
on IE 5.x (Windows),and on Netscape 4.7x (Linux/Unix only).
It works, but is extremely (and inexplicably) slow on the
Windows version of Netscape 4.7x.
JSS information and credits
A few notes for the technically inclined:
- Search words are folded to lowercase and stemmed
(e.g. final "s", "ing", and "ed" are removed).
- Short words with 3 letters or less that are not capitalized in
the original text are not indexed.
- JSS uses an inverted word list encoded and compressed
as strings of ISO-Latin characters in the JavaScript source
code.
JSS was written by Yann LeCun
and Florin Nicsa.