mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +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))})
|
||||
cpos_list = []
|
||||
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))
|
||||
lookups = {}
|
||||
if len(cpos_list) > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user