method of class JsNgramReader

Description

Reverse index data to decode original text for debug. Result is put in the property work.

Example
self.reverse(['a/b.txt', 'a/c.txt'], True)
      
Usage

reverse(paths, verbose)

Argument paths is a list of path (document id) to extract data reversed from index. Prints debugging informations if verbose = True.