diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-02-27 11:29:28 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-02-27 11:29:28 -0500 |
| commit | 31ca595e875dd4e2cb07b2d3610b0d4b4f590abe (patch) | |
| tree | 205ec06d52ef1d2d13a94543cba170119748a945 /compare.py | |
| parent | b8013d90c16cf4e1225205fc309f24f7c06ea6c5 (diff) | |
| download | ocr-layer-curation-31ca595e875dd4e2cb07b2d3610b0d4b4f590abe.tar.gz | |
PEP8
Diffstat (limited to 'compare.py')
| -rw-r--r-- | compare.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ l2 = get_page(wikibook, n) print len(l2.split()) l3 = su.simplify(l2) C = su.align(l3.split(), l1, c1) -pdb.set_trace() -sexp = page_sexp(wikibook, n) -su.alignment_to_sexp(C[1], sexp, l2.split()) +#pdb.set_trace() +#sexp = page_sexp(wikibook, n) +#su.alignment_to_sexp(C[1], sexp, l2.split()) su.print_alignment(l2.split(), l1, c1, C[1]) |
