167641d61ab42c8cd37459dd97d8939e35a859a8,kraken/kraken.py,,recognizer,#Any#Any#Any#Any#Any#Any#Any#,95

Before Change


                click.echo(u"[{:2.4f}] Executing multi-script recognition".format(time.time() - st_time))
            it = rpred.mm_rpred(model, im, bounds, pad, bidi_reordering=bidi_reordering)
        else:
            if ctx.meta["verbose"] > 0:
                click.echo(u"[{:2.4f}] Executing mono-script recognition".format(time.time() - st_time))
            it = rpred.rpred(model["default"], im, bounds, pad, bidi_reordering=bidi_reordering)

After Change


    for pred in it:
        spin("Processing")
        preds.append(pred)
    message(u"\b\u2713", fg="green", nl=False)
    message("\033[?25h\n", nl=False)

    ctx = click.get_current_context()
    with open_file(output, "w", encoding="utf-8") as fp:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: mittagessen/kraken
Commit Name: 167641d61ab42c8cd37459dd97d8939e35a859a8
Time: 2018-03-14
Author: mittagessen@l.unchti.me
File Name: kraken/kraken.py
Class Name:
Method Name: recognizer


Project Name: mittagessen/kraken
Commit Name: 167641d61ab42c8cd37459dd97d8939e35a859a8
Time: 2018-03-14
Author: mittagessen@l.unchti.me
File Name: kraken/ketos.py
Class Name:
Method Name: extract


Project Name: mathics/Mathics
Commit Name: 45212332826f081d5a467400eee8c80833a9a762
Time: 2016-08-22
Author: Bernhard.Liebl@gmx.org
File Name: mathics/builtin/lists.py
Class Name: FindClusters
Method Name: _cluster