nickduran / align-linguistic-alignment

Python library for extracting quantitative, reproducible metrics of multi-level alignment between speakers in naturalistic language corpora.
MIT License
40 stars 12 forks source link

Error when using filler_regex_and_list #48

Closed nickduran closed 4 years ago

nickduran commented 4 years ago

Please remove Line 73 in prepare_transcripts.py. Seems to be old code and is throwing an error. I tested without the line on local version (setting filler_regex_and_list=True and supplying a list of additional filler words) and program works as it is supposed to (filters out regular expressions and user-supplied list).

a-paxton commented 4 years ago

Thanks! Will be pushing something shortly to address this.