Skip to content
Snippets Groups Projects
Commit 9f52ed09 authored by Lili Gasser's avatar Lili Gasser
Browse files

numpy<1.16 such that scikit-image works, fix bugs in utils_annot

parent b6a26a44
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ def get_complete_text(textbox):
complete_text += thattext
# in first two textlines of textbox, check for colon
if ind_tl < 3:
if ind_tl < 2:
if ':' in thattext:
ind_tl_colon = ind_tl
......@@ -536,7 +536,7 @@ def find_names(term, str_name, str_role, list_uniqueID, df_names, str_canton, bl
'Vizepräsident']
list_notnames = ['Art', 'Rath', 'Alinea', 'Stimmen', 'Stimme', 'Hans', 'Walter', 'Werner', 'projet', 'stimmt', 'nicht', 'vote', 'Gallen', 'StGallen',
'Kasse', 'fasse', 'Sitten', 'Herren', 'Herr', 'Alter', 'Biffer', 'biffer', 'Rédiger', 'rédiger', 'Wer', 'Fällen']
'Kasse', 'fasse', 'Sitten', 'Herren', 'Herr', 'Alter', 'Biffer', 'biffer', 'Rédiger', 'rédiger', 'Wer', 'Fällen', 'Ari', 'bietet', 'autre']
list_places = get_list_cantons(df_names)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment