Closed LinguList closed 4 years ago
Looking at clean_string
, it seems that it's mostly a shallow wrapper around ipa2tokens
. So I'd say we either could copy the wrapping code into pylexibank
or simply call linse.segment.ipa
instead of lingpy.clean_string
from within pylexibank
.
Yes, I agree.