mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
rename
This commit is contained in:
parent
303ea166d2
commit
e99053e3cf
@ -62,7 +62,7 @@ class Subcorpus:
|
|||||||
'right': list(range(match_end + 1, right_end))})
|
'right': list(range(match_end + 1, right_end))})
|
||||||
cpos_list = []
|
cpos_list = []
|
||||||
for match in matches:
|
for match in matches:
|
||||||
cpos_list += match['left'] + match['hit'] + match['right']
|
cpos_list += match['lc'] + match['hit'] + match['rc']
|
||||||
cpos_list = list(set(cpos_list))
|
cpos_list = list(set(cpos_list))
|
||||||
lookups = {}
|
lookups = {}
|
||||||
if len(cpos_list) > 0:
|
if len(cpos_list) > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user