when I use “splitted_from = splitter.split_by_sentences_wrapper(text1_prepared, lang_from)” return list,
But I see that there will be a conflict when insert sqlite ,specific error:
File "ling_test.py", line 36, in
aligner.fill_db(db_path, splitted_from, splitted_to)
File "lingtrain_aligner/aligner.py", line 498, in fill_db
db.executemany("insert into languages(key, val) values(?,?)", [("from", lang_from), ("to", lang_to)])
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.