lingpy / linse

A Python library for the manipulation of linguistic sequences.
Apache License 2.0
2 stars 1 forks source link

segment functionalities #1

Closed LinguList closed 4 years ago

LinguList commented 4 years ago
LinguList commented 4 years ago
xrotwang commented 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.

LinguList commented 4 years ago

Yes, I agree.