method of static class JsNgram

Description

Privide a button to show next items.

Example
JsNgram.showLinkToNext(true, selector, 'a/b.txt', 101, 100);
      
Usage

showLinkToNext(isPerfection, selector, doc, start, limit);

Argument isPerfection is a boolean value whether the button is for perfect matches or partial matches. Argument selector is a html element to place the result. Argument doc is a document id. Argument start is a number of items to skip. Argument limit is a number of items to show when the button pushed.